Skip to content

Instantly share code, notes, and snippets.

@mattes
Created December 16, 2016 22:25
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 mattes/ffc60821bc7b1715b63dd67fbe6f9a57 to your computer and use it in GitHub Desktop.
Save mattes/ffc60821bc7b1715b63dd67fbe6f9a57 to your computer and use it in GitHub Desktop.
quick http server with netcat
while true; do echo -e "HTTP/1.1 200 OK\n\n" | sudo nc -l -p 80 -q 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment