Skip to content

Instantly share code, notes, and snippets.

@opyate
Last active December 21, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opyate/6375611 to your computer and use it in GitHub Desktop.
Save opyate/6375611 to your computer and use it in GitHub Desktop.
time cat lolcat.jpg | nc -l 9999
while (true); do
date
{{echo "HTTP/1.1 200 OK\n\r\
Content-Type: text/html\n\r\n\r\
<html><body><p>hiya\!</p></body></html>\n\r"} \
| nc -l 9009} > /dev/null 2>&1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment