Skip to content

Commit 0a07bbd

Browse files
committed
Minor changes
1 parent bf2dc97 commit 0a07bbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/auxiliary/scanner/misc/poisonivy_control_scanner.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ class Metasploit3 < Msf::Auxiliary
1515
def initialize
1616
super(
1717
'Name' => 'Poison Ivy C&C Scanner',
18-
'Description' => 'Enumerate Poison Ivy C&C on ports 3460,80,8080 and 443. Adaptation of iTrust Python script.',
18+
'Description' => %q{
19+
Enumerate Poison Ivy C&C on ports 3460,80,8080 and 443. Adaptation of iTrust Python script.
20+
},
1921
'References' =>
2022
[
2123
['URL', 'www.malware.lu/Pro/RAP002_APT1_Technical_backstage.1.0.pdf'],
@@ -28,7 +30,7 @@ def initialize
2830
[
2931
OptString.new('PORTS', [true, "Ports to Check","80,8080,443,3460"]),
3032
OptInt.new('TIMEOUT', [true, "The socket connect timeout in milliseconds", 1000]),
31-
OptInt.new('CONCURRENCY', [true, "The number of concurrent ports to check per host", 10]),
33+
OptInt.new('CONCURRENCY', [true, "The number of concurrent ports to check per host", 10])
3234
], self.class)
3335

3436
deregister_options('RPORT')

0 commit comments

Comments
 (0)