From 74e9d135713238ec4a77765f4d337e75a8ac5717 Mon Sep 17 00:00:00 2001 From: marcin <74318217+L4Lu@users.noreply.github.com> Date: Fri, 17 Feb 2023 13:37:11 +0100 Subject: [PATCH] Update Scanner.py Line23: missing , and typo in scanner.nmap_version() --- Scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scanner.py b/Scanner.py index 9bf42ba..4dda54a 100644 --- a/Scanner.py +++ b/Scanner.py @@ -20,7 +20,7 @@ if resp not in resp_dict.keys(): print("enter a valid option") else: - print("nmap version: "sccaner.nmap_version()) + print("nmap version: ", scanner.nmap_version()) scanner.scan(ip_addr,"1-1024",resp_dict[resp][0]) #the # are port range to scan, the last part is the scan type print(scanner.scaninfo()) if scanner.scaninfo()=='up':