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 23f062a commit e517aafCopy full SHA for e517aaf
modules/auxiliary/scanner/smb/pipe_auditor.rb
@@ -66,7 +66,7 @@ def run_host(ip)
66
smb_login
67
pipes += check_pipes
68
disconnect
69
- report_pipes(pipes)
+ report_pipes(ip, pipes)
70
rescue Rex::Proto::SMB::Exceptions::SimpleClientError, Rex::ConnectionError => e
71
vprint_error("SMB client Error with RPORT=#{@rport} SMBDirect=#{@smb_direct}: #{e.to_s}")
72
end
0 commit comments