Remove code that's commented out. Clearly not needed anymore.

unstable
sinn3r 2012-12-06 12:57:41 -06:00
parent 0ea5c781c1
commit bf47eaaa41
1 changed files with 0 additions and 3 deletions

View File

@ -133,9 +133,6 @@ class Metasploit3 < Msf::Exploit::Remote
return if ((p = regenerate_payload(cli)) == nil)
dll_payload = generate_payload_dll
send_response(cli, dll_payload, { 'Content-Type' => 'application/octet-stream' })
#else
# send_not_found(cli)
#end
else
send_not_found(cli)
end