Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down