Skip to content

Commit 0fe22ea

Browse files
committed
Fix table output to use print_line instead of print in
sap_router_port_scanner
1 parent e0fec0e commit 0fe22ea

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)