add a missing postgresql 9.4.1-5 matching case

bug/bundler_fix
Brent Cook 2016-05-17 17:12:47 -05:00
parent c9dd863085
commit c6db5bf34a
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ module Exploit::Remote::Postgres
when "Fpostinit.c:L718:RInitPostgres" ; return {:preauth => "9.1.6"} # Good creds, non-existent but allowed database
when "Fauth.c:L483:RClientAuthentication" ; return {:preauth => "9.1.6"} # Bad user
when "Fauth.c:L285:Rauth_failed" ; return {:preauth => "9.4.1-5"} # Bad creds, good database
when "Fpostinit.c:L794:RInitPostgres" ; return {:preauth => "9.4.1-5"} # Good creds, non-existent but allowed database
when "Fauth.c:L481:RClientAuthentication" ; return {:preauth => "9.4.1-5"} # bad user or host
# Windows