Skip to content

Commit 693ef8b

Browse files
authored
Rename scan_ports.py to port_scanner.py
1 parent 2bff72a commit 693ef8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scan_ports.py renamed to port_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ def scan(ip,port):
6262
ports = range(65535)
6363
for port in ports:
6464
scan(target,port)
65-
print("\n\t * Good bye *\n")
65+
print("\n\t * Good bye *\n")

0 commit comments

Comments
 (0)