We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88b766 commit 6f5eb5aCopy full SHA for 6f5eb5a
modules/auxiliary/scanner/smb/smb1.rb
@@ -26,13 +26,13 @@ def initialize
26
register_options([ Opt::RPORT(445) ])
27
end
28
29
- # Skeleton for this section taken from smb2.rb module by @hdm
+ # Modified from smb2 module by @hdm
30
# Fingerprint a single host
31
def run_host(ip)
32
begin
33
connect
34
35
- # Only accept NT LM 0.12 dialect
+ # Only accept NT LM 0.12 dialect and WfW3.0
36
dialects = ['Windows for Workgroups 3.0a', 'NT LM 0.12']
37
data = dialects.collect { |dialect| "\x02" + dialect + "\x00" }.join('')
38
0 commit comments