Execute commands on postgres through built-in functionality
parent
2fd796a699
commit
5c9c27691e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue