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 e365138 commit 23f062aCopy full SHA for 23f062a
modules/auxiliary/scanner/smb/pipe_auditor.rb
@@ -44,7 +44,7 @@ def run_host(ip)
44
@rport = datastore['RPORT'] = session.port
45
self.simple = ::Rex::Proto::SMB::SimpleClient.new(client.dispatcher.tcp_socket, client: client)
46
self.simple.connect("\\\\#{session.address}\\IPC$")
47
- pipes += check_pipes
+ report_pipes(ip, check_pipes)
48
else
49
if datastore['RPORT'].blank? || datastore['RPORT'] == 0
50
smb_services = [
0 commit comments