Created
March 8, 2026 16:30
-
-
Save tomasflopes/2256cd2ea7429a063cd11ba969e37536 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
| #!/bin/sh | |
| printenv FLAG > /tmp/flag.txt | |
| chmod 644 /tmp/flag.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment