Skip to content

Commit a84614f

Browse files
committed
Whitespace only
1 parent ce7c649 commit a84614f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/auxiliary/admin/netbios/netbios_spoof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def netbios_spam
5050
"\x20" +
5151
Rex::Proto::SMB::Utils.nbname_encode( [@fake_name.upcase].pack("A15") + "\x00" ) +
5252
"\x00" +
53-
"\x00\x20" + # Type = NB
53+
"\x00\x20" + # Type = NB
5454
"\x00\x01" + # Class = IN
5555
"\x00\x04\x93\xe0" + # TTL long time
5656
"\x00\x06" + # Datalength = 6

modules/auxiliary/server/netbios_spoof_nat.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def initialize
2626
},
2727
'Authors' => [
2828
'vvalien', # Metasploit Module (post)
29-
'hdm', # Metasploit Module
29+
'hdm', # Metasploit Module
3030
'tombkeeper' # Related Work
3131
],
3232
'License' => MSF_LICENSE,
@@ -103,7 +103,7 @@ def netbios_spam
103103
"\x20" +
104104
Rex::Proto::SMB::Utils.nbname_encode( [@fake_name.upcase].pack("A15") + "\x00" ) +
105105
"\x00" +
106-
"\x00\x20" + # Type = NB
106+
"\x00\x20" + # Type = NB
107107
"\x00\x01" + # Class = IN
108108
"\x00\x04\x93\xe0" + # TTL long time
109109
"\x00\x06" + # Datalength = 6

0 commit comments

Comments
 (0)