1 2 3 4 5 6 7 8 9 10 11 |
var %x = sockwrite -nt $sockname var %y = Username=user&Password=password&login=Log+in&redirect=main.php?sba=1 %x POST /login.php HTTP/1.1 %x Content-Type: application/x-www-form-urlencoded %x User-Agent: Mozilla/?? %x Host: yourhost %x Content-Length: %y %x Connection: close %x $crlf %x %y %x $crlf |