Removed double 'Calling payload'.

bug/bundler_fix
Roberto Soares 2015-04-24 06:26:04 -03:00
parent 01efc97c4a
commit e14c6af194
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Metasploit3 < Msf::Exploit::Remote
if res
if res.code == 200 && res.body =~ /#{php_pagename}/
print_good("#{peer} - Our payload is at: #{php_pagename}. Calling payload...")
print_good("#{peer} - Our payload is at: #{php_pagename}.")
register_files_for_cleanup(php_pagename)
else
fail_with(Failure::UnexpectedReply, "#{peer} - Unable to deploy payload, server returned #{res.code}")