Last active
May 3, 2024 14:31
-
-
Save sathishshan/c0d7e605ed6fba59a19c7820e53439f8 to your computer and use it in GitHub Desktop.
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 nc -l localhost 8888; done | |
curl localhost:8888 | |
curl -F [email protected] -F [email protected] localhost:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment