It's a filename, so not trying to match any single char
parent
50cf039170
commit
1e258170dc
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue