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 453ca6e commit 55f01d3Copy full SHA for 55f01d3
modules/auxiliary/scanner/smb/smb_ms17_010.rb
@@ -61,10 +61,10 @@ def run_host(ip)
61
ipc_share = "\\\\#{ip}\\IPC$"
62
63
tree_id = do_smb_setup_tree(ipc_share)
64
- print_status("Connected to #{ipc_share} with TID = #{tree_id}")
+ vprint_status("Connected to #{ipc_share} with TID = #{tree_id}")
65
66
status = do_smb_ms17_010_probe(tree_id)
67
- print_status("Received #{status} with FID = 0")
+ vprint_status("Received #{status} with FID = 0")
68
69
if status == "STATUS_INSUFF_SERVER_RESOURCES"
70
print_good("Host is likely VULNERABLE to MS17-010! (#{simple.client.peer_native_os})")
0 commit comments