Skip to content

Commit bd948eb

Browse files
author
Tod Beardsley
committed
Normalize author name
From rapid7#4061, please don't decorate author names with URLs.
1 parent 77b1f2d commit bd948eb

File tree

1 file changed

+1
-1
lines changed
  • modules/auxiliary/spoof/cisco

1 file changed

+1
-1
lines changed

modules/auxiliary/spoof/cisco/cdp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize
1818
external packet analysis tool, such as tcpdump or Wireshark in order to learn more
1919
about the Cisco switch and router environment.
2020
},
21-
'Author' => 'Fatih Ozavci <viproy.com/fozavci>',
21+
'Author' => 'Fatih Ozavci', # viproy.com/fozavci
2222
'License' => MSF_LICENSE,
2323
'References' => [
2424
[ 'URL', 'http://en.wikipedia.org/wiki/CDP_Spoofing' ]

0 commit comments

Comments
 (0)