Skip to content

Commit 6f5eb5a

Browse files
committed
update
1 parent e88b766 commit 6f5eb5a

File tree

1 file changed

+2
-2
lines changed
  • modules/auxiliary/scanner/smb

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/smb/smb1.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ def initialize
2626
register_options([ Opt::RPORT(445) ])
2727
end
2828

29-
# Skeleton for this section taken from smb2.rb module by @hdm
29+
# Modified from smb2 module by @hdm
3030
# Fingerprint a single host
3131
def run_host(ip)
3232
begin
3333
connect
3434

35-
# Only accept NT LM 0.12 dialect
35+
# Only accept NT LM 0.12 dialect and WfW3.0
3636
dialects = ['Windows for Workgroups 3.0a', 'NT LM 0.12']
3737
data = dialects.collect { |dialect| "\x02" + dialect + "\x00" }.join('')
3838

0 commit comments

Comments
 (0)