Skip to content

Commit 657280b

Browse files
authored
Land #20505, adds fix for sap_router_portscanner module
fix output of `sap_router_portscanner` that causes module crash
2 parents b3176f0 + 0fe22ea commit 657280b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/sap/sap_router_portscanner.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,6 @@ def run_host(ip)
423423
end
424424

425425
print_warning('Warning: Service info could be inaccurate')
426-
print(tbl)
426+
print_line(tbl.to_s)
427427
end
428428
end

0 commit comments

Comments
 (0)