Skip to content

Commit 09ffbde

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

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
@@ -84,7 +84,7 @@ def check_pipes
8484
pipes
8585
end
8686

87-
def report_pipes(pipes)
87+
def report_pipes(ip, pipes)
8888
if(pipes.length > 0)
8989
print_good("Pipes: #{pipes.join(", ")}")
9090
# Add Report

0 commit comments

Comments
 (0)