Skip to content

Commit 4e63591

Browse files
committed
Use the proper Author key, not Authors
1 parent 0a83b34 commit 4e63591

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/auxiliary/admin/netbios/netbios_spoof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize
2020
response for a 'WPAD' lookup. Distant targets may require more time and lower
2121
rates for a successful attack.
2222
},
23-
'Authors' => [
23+
'Author' => [
2424
'vvalien', # Metasploit Module (post)
2525
'hdm', # Metasploit Module
2626
'tombkeeper' # Related Work

modules/auxiliary/server/netbios_spoof_nat.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def initialize
3030
of NetBIOS requests.
3131
3232
},
33-
'Authors' => [
33+
'Author' => [
3434
'vvalien', # Metasploit Module (post)
3535
'hdm', # Metasploit Module
3636
'tombkeeper' # Vulnerability Discovery

0 commit comments

Comments
 (0)