url: http://ctf.infosecinstitute.com/levelone.php
flag: infosec_flagis_welcome
solution: Just see the first line of the source
url: http://ctf.infosecinstitute.com/leveltwo.php
flag: infosec_flagis_wearejuststarting
solution:
- Download the image file from link
base64 -d leveltwo.jpeg > 1
cat 1
url: http://ctf.infosecinstitute.com/levelthree.php
flag: INFOSECFLAGISMORSING
solution:
- Scan QRCode
- Decode morse
url: http://ctf.infosecinstitute.com/levelfour.php
flag: infosec_flagis_welovecookies
solution:
- See the coockies,
vasbfrp_syntvf_jrybirpbbxvrf
- ROT13
url: http://ctf.infosecinstitute.com/levelfive.php
flag: infosec_flagis_stegaliens
solution:
- Prevent the page from creating additional dialogs using your browser.
- Disable javascript. Use Web Developer for Google Chrome. You can use the browser itself to disable it. Find the option in Developer Tools/Inspect Elements/... .
- Download the Image.
- Install Steghide tool. For Debian/Ubuntu/Mint use
sudo apt-get install steghide
. $ steghide extract -sf aliens.jpg
. Enter empty passphrase.- Convert the binary in
all.txt
to ASCII.
url: http://ctf.infosecinstitute.com/404.php
flag: infosec_flagis_youfoundit
solution:
- Just use browser to see http://ctf.infosecinstitute.com/levelseven
- In status there is a base64 decoded string
aW5mb3NlY19mbGFnaXNfeW91Zm91bmRpdA==
- Decode it
url: http://ctf.infosecinstitute.com/leveleight.php
flag: ``
solution: