File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/auxiliary/spoof/cisco Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ class Metasploit3 < Msf::Auxiliary
11
11
12
12
def initialize
13
13
super (
14
- 'Name' => 'Send Cisco Discovery Protocol (CDP) Packets' ,
14
+ 'Name' => 'Send Cisco Discovery Protocol (CDP) Packets' ,
15
15
'Description' => 'This module sends Cisco Discovery Protocol (CDP) packets' ,
16
16
'Author' => 'Fatih Ozavci <viproy.com/fozavci>' ,
17
17
'License' => MSF_LICENSE ,
18
- 'Actions' => [
18
+ 'Actions' => [
19
19
[ 'Spoof' , { 'Description' => 'Sends CDP packets' } ]
20
20
] ,
21
21
'DefaultAction' => 'Spoof'
@@ -62,7 +62,7 @@ def run
62
62
cdp_packet = build_cdp
63
63
print_status ( "Sending CDP messages on #{ interface } " )
64
64
while @run
65
- capture . inject ( cdp_packet . to_s )
65
+ capture . inject ( cdp_packet )
66
66
Rex . sleep ( 60 )
67
67
end
68
68
ensure
You can’t perform that action at this time.
0 commit comments