Skip to content

Instantly share code, notes, and snippets.

@mailinglists35
Created September 26, 2017 09:46
Show Gist options
  • Save mailinglists35/17e128830838e27d4ce38711d4ed5341 to your computer and use it in GitHub Desktop.
Save mailinglists35/17e128830838e27d4ce38711d4ed5341 to your computer and use it in GitHub Desktop.
dev tcp
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