File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def netbios_spam
50
50
"\x20 " +
51
51
Rex ::Proto ::SMB ::Utils . nbname_encode ( [ @fake_name . upcase ] . pack ( "A15" ) + "\x00 " ) +
52
52
"\x00 " +
53
- "\x00 \x20 " + # Type = NB
53
+ "\x00 \x20 " + # Type = NB
54
54
"\x00 \x01 " + # Class = IN
55
55
"\x00 \x04 \x93 \xe0 " + # TTL long time
56
56
"\x00 \x06 " + # Datalength = 6
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def initialize
26
26
} ,
27
27
'Authors' => [
28
28
'vvalien' , # Metasploit Module (post)
29
- 'hdm' , # Metasploit Module
29
+ 'hdm' , # Metasploit Module
30
30
'tombkeeper' # Related Work
31
31
] ,
32
32
'License' => MSF_LICENSE ,
@@ -103,7 +103,7 @@ def netbios_spam
103
103
"\x20 " +
104
104
Rex ::Proto ::SMB ::Utils . nbname_encode ( [ @fake_name . upcase ] . pack ( "A15" ) + "\x00 " ) +
105
105
"\x00 " +
106
- "\x00 \x20 " + # Type = NB
106
+ "\x00 \x20 " + # Type = NB
107
107
"\x00 \x01 " + # Class = IN
108
108
"\x00 \x04 \x93 \xe0 " + # TTL long time
109
109
"\x00 \x06 " + # Datalength = 6
You can’t perform that action at this time.
0 commit comments