import socket s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) target = input('What website to scan?: ')