From 49a99ca375e4c42144fcf86f3119ed3ddc3c0789 Mon Sep 17 00:00:00 2001 From: VISHNU V NAIR <51868888+vZ360@users.noreply.github.com> Date: Sun, 22 May 2022 11:17:36 +0530 Subject: [PATCH] Update Scanner.py simple syntax error in the code --- Scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scanner.py b/Scanner.py index 9bf42ba..0271e38 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':