We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0755cbe commit 51e70c4Copy full SHA for 51e70c4
modules/auxiliary/server/capture/postgresql.rb
@@ -92,6 +92,8 @@ def on_client_data(c)
92
sdata = [ 0x45, 97 - 8 + @state[c][:username].length].pack("CN")
93
sdata << "SFATAL"
94
sdata << "\x00"
95
+ sdata << "C28P01"
96
+ sdata << "\x00"
97
sdata << "Mpassword authentication failed for user \"#{@state[c][:username]}\""
98
99
sdata << "Fauth.c"
0 commit comments