Corrected Extraneous Whitespace\Newlines

bug/bundler_fix
SeawolfRN 2013-12-16 16:38:49 +00:00
parent 79022c2e29
commit bf561fef95
1 changed files with 3 additions and 5 deletions

View File

@ -9,20 +9,18 @@ require 'msf/core'
class Metasploit3 < Msf::Auxiliary
include Msf::Exploit::Remote::Tcp
include Msf::Auxiliary::Report
include Msf::Auxiliary::Scanner
def initialize
super(
'Name' => 'Poison Ivy C&C Scanner',
'Description' => 'Enumerate Poison Ivy C&C on ports 3460,80,8080 and 443. Adaptation of iTrust Python script.',
'References' =>
'References' =>
[
['URL', 'www.malware.lu/Pro/RAP002_APT1_Technical_backstage.1.0.pdf'],
['URL', 'www.malware.lu/Pro/RAP002_APT1_Technical_backstage.1.0.pdf'],
],
'Author' => [ 'SeawolfRN'],
'Author' => ['SeawolfRN'],
'License' => MSF_LICENSE
)