Add bap support for flash mp4 and new java bug

Also fixes a silly issue where adobe_flash_mp4_cprt was adding the
/test.mp4 resource after every request instead of just once at startup.
This commit is contained in:
James Lee
2012-03-30 12:59:07 -06:00
parent b5fc8e4a77
commit 0547369966
2 changed files with 29 additions and 13 deletions
@@ -14,6 +14,9 @@ class Metasploit3 < Msf::Exploit::Remote
include Msf::Exploit::Remote::HttpServer::HTML
include Msf::Exploit::EXE
include Msf::Exploit::Remote::BrowserAutopwn
autopwn_info({ :javascript => false })
def initialize( info = {} )
super( update_info( info,
@@ -171,3 +174,4 @@ class Metasploit3 < Msf::Exploit::Remote
end
end