Fix [SeeRM #8239] NoMethodError undefined method

unstable
jvazquez-r7 2013-07-16 15:59:52 -05:00
parent 54af2929f5
commit 73fd14a500
1 changed files with 1 additions and 1 deletions

View File

@ -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'