|
Re: Website "Scanner": msg#00024security.vulnerabilities
Some lines of Python.... from socket import * import string,sys s=socket(AF_INET, SOCK_STREAM) s.connect( (sys.argv[1], 80)) bleh=sys.argv[2] s.send("GET /"+ bleh + " HTTP/1.0\n\r\n\r") if s.recv(1024).find("HTTP/1.1 404") > -1: print "WIIIIIIIIIIIIIIIIIIIII" s.close() You can make lots of improvements to this... in 4 lines and 3 minutes of code :D Bye Nico backed.up.by.2048.bit.encryption@xxxxxxxxxxxx wrote: -----BEGIN PGP SIGNED MESSAGE----- |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Website "Scanner": 00024, Martin Eiszner |
|---|---|
| Next by Date: | An exercise to exploit IIS ISAPI filter: 00024, master_moda |
| Previous by Thread: | Re: Website "Scanner"i: 00024, Chris Reining |
| Next by Thread: | RE: Website "Scanner": 00024, Chris Neppes |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |