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 a69aba0 commit 453ca6eCopy full SHA for 453ca6e
modules/auxiliary/scanner/smb/smb_ms17_010.rb
@@ -67,12 +67,12 @@ def run_host(ip)
67
print_status("Received #{status} with FID = 0")
68
69
if status == "STATUS_INSUFF_SERVER_RESOURCES"
70
- print_good("Host is likely VULNERABLE to MS17-010!")
+ print_good("Host is likely VULNERABLE to MS17-010! (#{simple.client.peer_native_os})")
71
report_vuln(
72
host: ip,
73
name: self.name,
74
refs: self.references,
75
- info: 'STATUS_INSUFF_SERVER_RESOURCES for FID 0 against IPC$'
+ info: 'STATUS_INSUFF_SERVER_RESOURCES for FID 0 against IPC$ -- (#{simple.client.peer_native_os})'
76
)
77
78
# vulnerable to MS17-010, check for DoublePulsar infection
0 commit comments