Skip to content

Instantly share code, notes, and snippets.

@adamyordan
Created October 22, 2018 03:36
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 adamyordan/51582ba9b00456eb5ee8bd7a3eb04893 to your computer and use it in GitHub Desktop.
Save adamyordan/51582ba9b00456eb5ee8bd7a3eb04893 to your computer and use it in GitHub Desktop.
TCP request dumper in oneliner shell command
while true; do echo -e "HTTP/1.1 200 OK" | nc -lvp 8000; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment