Delete debug print_status

bug/bundler_fix
jvazquez-r7 2014-07-22 13:29:00 -05:00
parent f546eae464
commit b0f8d8eaf1
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ class Metasploit3 < Msf::Exploit::Remote
end
def exploit
print_status("#{payload.encoded}")
init = send_request_cgi({
'uri' => normalize_uri(target_uri.path, 'index.php')
})