Skip to content

Commit c34a5f3

Browse files
author
Tod Beardsley
committed
Unacronym the title on Poison Ivy C&C
1 parent 47765a1 commit c34a5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/misc/poisonivy_control_scanner.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ class Metasploit3 < Msf::Auxiliary
1414

1515
def initialize
1616
super(
17-
'Name' => 'Poison Ivy C&C Scanner',
17+
'Name' => 'Poison Ivy Command and Control Scanner',
1818
'Description' => %q{
19-
Enumerate Poison Ivy C&C on ports 3460,80,8080 and 443. Adaptation of iTrust Python script.
19+
Enumerate Poison Ivy Command and Control (C&C) on ports 3460, 80, 8080 and 443. Adaptation of iTrust Python script.
2020
},
2121
'References' =>
2222
[

0 commit comments

Comments
 (0)