Skip to content

Commit 23f062a

Browse files
Update modules/auxiliary/scanner/smb/pipe_auditor.rb
Co-authored-by: Spencer McIntyre <[email protected]>
1 parent e365138 commit 23f062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/smb/pipe_auditor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def run_host(ip)
4444
@rport = datastore['RPORT'] = session.port
4545
self.simple = ::Rex::Proto::SMB::SimpleClient.new(client.dispatcher.tcp_socket, client: client)
4646
self.simple.connect("\\\\#{session.address}\\IPC$")
47-
pipes += check_pipes
47+
report_pipes(ip, check_pipes)
4848
else
4949
if datastore['RPORT'].blank? || datastore['RPORT'] == 0
5050
smb_services = [

0 commit comments

Comments
 (0)