Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

nmap

Name: Anonymous 2011-02-28 21:23


import socket
HOST = '0.0.0.0'
for x in range(0, 70000):
. . . try:
. . . . . . s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
. . . . . . s.bind((HOST, x))
. . . . . . s.listen(1)
. . . except:
. . . . . . pass


Problem nmap?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List