Created
October 22, 2018 03:36
-
-
Save adamyordan/51582ba9b00456eb5ee8bd7a3eb04893 to your computer and use it in GitHub Desktop.
TCP request dumper in oneliner shell command
This file contains hidden or 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
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