Skip to content

Instantly share code, notes, and snippets.

@sathishshan
Last active May 3, 2024 14:31
Show Gist options
  • Save sathishshan/c0d7e605ed6fba59a19c7820e53439f8 to your computer and use it in GitHub Desktop.
Save sathishshan/c0d7e605ed6fba59a19c7820e53439f8 to your computer and use it in GitHub Desktop.
while true; do nc -l localhost 8888; done
curl localhost:8888
curl -F test=@fun.cpp -F key=@enc.txt localhost:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment