We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bff72a commit 693ef8bCopy full SHA for 693ef8b
scan_ports.py renamed to port_scanner.py
@@ -62,4 +62,4 @@ def scan(ip,port):
62
ports = range(65535)
63
for port in ports:
64
scan(target,port)
65
-print("\n\t * Good bye *\n")
+print("\n\t * Good bye *\n")
0 commit comments