Skip to content

Commit bf561fe

Browse files
committed
Corrected Extraneous Whitespace\Newlines
1 parent 79022c2 commit bf561fe

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

modules/auxiliary/scanner/misc/poisonivy_control_scanner.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,18 @@
99
class Metasploit3 < Msf::Auxiliary
1010

1111
include Msf::Exploit::Remote::Tcp
12-
1312
include Msf::Auxiliary::Report
1413
include Msf::Auxiliary::Scanner
1514

16-
1715
def initialize
1816
super(
1917
'Name' => 'Poison Ivy C&C Scanner',
2018
'Description' => 'Enumerate Poison Ivy C&C on ports 3460,80,8080 and 443. Adaptation of iTrust Python script.',
21-
'References' =>
19+
'References' =>
2220
[
23-
['URL', 'www.malware.lu/Pro/RAP002_APT1_Technical_backstage.1.0.pdf'],
21+
['URL', 'www.malware.lu/Pro/RAP002_APT1_Technical_backstage.1.0.pdf'],
2422
],
25-
'Author' => [ 'SeawolfRN'],
23+
'Author' => ['SeawolfRN'],
2624
'License' => MSF_LICENSE
2725
)
2826

0 commit comments

Comments
 (0)