Skip to content

Commit fae85cc

Browse files
authored
changed raw_input() to input() for python3
1 parent a0bc166 commit fae85cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PORT SCANNER.PY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ from datetime import datetime
7474
subprocess.call('clear', shell=True)
7575

7676
# Ask for input
77-
remoteServer = raw_input("Enter a remote host to scan: ")
77+
remoteServer = input("Enter a remote host to scan: ")
7878
remoteServerIP = socket.gethostbyname(remoteServer)
7979

8080
# Print a nice banner with information on which host we are about to scan

0 commit comments

Comments
 (0)