Intriguing
0
Q:

making a basic network scanner using python

import socket

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

target = input('What website to scan?: ')
		
0

Tags

New to Communities?

Join the community