Skip to content

Instantly share code, notes, and snippets.

@LuxXx
Created June 5, 2024 20:33
Show Gist options
  • Save LuxXx/39cf1eda39bd3fdbe2a05ab799fdb442 to your computer and use it in GitHub Desktop.
Save LuxXx/39cf1eda39bd3fdbe2a05ab799fdb442 to your computer and use it in GitHub Desktop.
most basic http server
while true ; do nc -l -p 1500 -c 'echo -e "HTTP/1.1 200 OK\n\n $(date)"'; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment