minimize autopwn settings

git-svn-id: file:///home/svn/framework3/trunk@9784 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-07-11 23:21:04 +00:00
parent 28e40bdc9f
commit 9f37d46f7b
1 changed files with 2 additions and 4 deletions

View File

@ -16,11 +16,9 @@ class Metasploit3 < Msf::Exploit::Remote
Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpServer::HTML
include Msf::Exploit::Remote::BrowserAutopwn
autopwn_info({
:javascript => false,
:vuln_test => nil,
})
autopwn_info({ :javascript => false })
def initialize( info = {} )