nmap fix, get_shell made, print specific lib/version

This commit is contained in:
2025-02-13 22:48:15 +01:00
parent 638f240f0c
commit b6ef2e22d1
5 changed files with 50 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
import_code("/root/myprogram")
if params.len == 0 then exit("<b>Usage: </b>nmap [IP]")
target_ip = params[0]
@@ -20,4 +18,3 @@ end for
print("\nIP Address : " + target_ip)
print(format_columns(column))