File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class Metasploit3 < Msf::Auxiliary
14
14
def initialize
15
15
super (
16
16
'Name' => 'SMTP NTLM Domain Extraction' ,
17
- 'Description' => 'Extract the Windows domain name from a SMTP NTLM challenge.' ,
17
+ 'Description' => 'Extract the Windows domain name from an SMTP NTLM challenge.' ,
18
18
'References' => [ [ 'URL' , 'http://msdn.microsoft.com/en-us/library/cc246870.aspx' ] ] ,
19
19
'Author' => [ 'Rich Whitcroft <rwhitcroft[at]digitalboundary.net>' ] ,
20
20
'License' => MSF_LICENSE
Original file line number Diff line number Diff line change @@ -9,11 +9,20 @@ class Metasploit3 < Msf::Auxiliary
9
9
include Msf ::Exploit ::Capture
10
10
11
11
def initialize
12
+
12
13
super (
13
14
'Name' => 'Send Cisco Discovery Protocol (CDP) Packets' ,
14
- 'Description' => 'This module sends Cisco Discovery Protocol (CDP) packets' ,
15
- 'Author' => 'Fatih Ozavci <viproy.com/fozavci>' ,
15
+ 'Description' => %q{
16
+ This module sends Cisco Discovery Protocol (CDP) packets. Note that any responses
17
+ to the CDP packets broadcast from this module will need to be analyzed with an
18
+ external packet analysis tool, such as tcpdump or Wireshark in order to learn more
19
+ about the Cisco switch and router environment.
20
+ } ,
21
+ 'Author' => 'Fatih Ozavci' , # viproy.com/fozavci
16
22
'License' => MSF_LICENSE ,
23
+ 'References' => [
24
+ [ 'URL' , 'http://en.wikipedia.org/wiki/CDP_Spoofing' ]
25
+ ] ,
17
26
'Actions' => [
18
27
[ 'Spoof' , { 'Description' => 'Sends CDP packets' } ]
19
28
] ,
You can’t perform that action at this time.
0 commit comments