Skip to content

Commit e517aaf

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

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
@@ -66,7 +66,7 @@ def run_host(ip)
6666
smb_login
6767
pipes += check_pipes
6868
disconnect
69-
report_pipes(pipes)
69+
report_pipes(ip, pipes)
7070
rescue Rex::Proto::SMB::Exceptions::SimpleClientError, Rex::ConnectionError => e
7171
vprint_error("SMB client Error with RPORT=#{@rport} SMBDirect=#{@smb_direct}: #{e.to_s}")
7272
end

0 commit comments

Comments
 (0)