Created
March 26, 2022 12:31
-
-
Save rndD/7f718e885ebceebe196d91bfb60bcf2d to your computer and use it in GitHub Desktop.
nc: listen 3000 and log
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\r\n'; } | nc -l -p 3000 -c ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment