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:
url: http://ctf.infosecinstitute.com/levelnine.php
flag: infosec_flagis_defaultpass
solution:
- Try CISCO default passwords ;) A Compelete list is here
- Try
root
andattack
and the result isssaptluafed_sigalf_cesofni
- The message is reverse cipher so the flag is
infosec_flagis_defaultpass
url: http://ctf.infosecinstitute.com/leveleleven.php
flag: infosec_flagis_aHR0cDovL3d3dy5yb2xsZXJza2kuY28udWsvaW1hZ2VzYi9wb3dlcnNsaWRlX2xvZ29fbGFyZ2UuZ2lm
solution:
- Download the image file
- use
strings
command and find the flag
url: http://ctf.infosecinstitute.com/leveltwelve.php
flag: infosec_flagis_heyimnotacolor
solution:
- There is a new
css
file nameddesign.css
- In the file flag is in hex (
696e666f7365635f666c616769735f686579696d6e6f7461636f6c6f72
), so just conver it toASCII
and the flag will appear
Update from my fork: https://gist.github.com/alirezaomidi/8f5b8e9daffafe6eaefb