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

Test

Name: tarscream‮ 2007-01-12 17:22

test

Name: Anonymous 2007-01-19 18:49

import socket
Socket = socket.socket ( socket.AF_INET, socket.SOCK_STREAM )
Socket.bind ( ( '192.168.1.3' , 2727 ) )
Socket.listen ( 1 )
while True:
    channel, details = Socket.accept ()
    print 'omfg', details
    print channel.recv ( 100 )
    channel.send ( '(GTFO)' )
    channel.close ()

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