It's a filename, so not trying to match any single char

unstable
sinn3r 2013-04-09 10:20:52 -05:00
parent 50cf039170
commit 1e258170dc
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Metasploit3 < Msf::Auxiliary
:info => "Vulnerable: " + proof,
:refs => self.references
})
elsif resp.to_s =~ /pg_hba.conf/
elsif resp.to_s =~ /pg_hba\.conf/
print_error("#{rhost}:#{rport} does not allow connections from us")
else
print_status("#{rhost}:#{rport} does not appear to be vulnerable to CVE-2013-1899")