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 b6ed7f0 commit 8efbfc0Copy full SHA for 8efbfc0
modules/auxiliary/scanner/smb/smb_version.rb
@@ -327,7 +327,7 @@ def run_host(ip)
327
port: rport,
328
proto: 'tcp',
329
ntype: 'fingerprint.match',
330
- data: { :finger_print => nd_fingerprint_match }
+ data: nd_fingerprint_match
331
)
332
elsif smb1_fingerprint['native_os'] || smb1_fingerprint['native_lm']
333
desc = "#{smb1_fingerprint['native_os']} (#{smb1_fingerprint['native_lm']})"
@@ -352,7 +352,7 @@ def run_host(ip)
352
353
354
ntype: 'smb.fingerprint',
355
- data: { :finger_print => nd_smb_fingerprint }
+ data: nd_smb_fingerprint
356
357
358
disconnect
0 commit comments