If you dont`t have telnet client or netcat you can do this:#!/bin/bashexec 3<>/dev/tcp/linuxscripting.blogspot.com/80echo -e "GET / HTTP/1.1\nHost: kinqpinz.info;\nConnection: close\n\n">&3cat <&3
No comments:
Post a Comment