Execute commands on postgres through built-in functionality

bug/bundler_fix
Micheal 2016-01-01 04:26:20 -08:00
parent 2fd796a699
commit 5c9c27691e
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class Metasploit4 < Msf::Exploit::Remote
return 'exists'
else
match_error = load_language[:sql_error].match(/(could not access file|unsupported language)/m)
match_error = load_language[:sql_error].match(/(could not (open extension control|access) file|unsupported language)/m)
if match_error
return 'not_exists'