Created
September 26, 2017 09:46
-
-
Save mailinglists35/17e128830838e27d4ce38711d4ed5341 to your computer and use it in GitHub Desktop.
dev tcp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec 3<>/dev/tcp/10.21.3.250/8080 && echo -e 'GET / HTTP/1.0\n' >&3 && sed 's/\r//g' <&3| egrep -v -- '\:|HTTP|^ *$' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment