by InCIDRthreat | Jan 25, 2015 | overthewire
Recap of Level 12: More obfuscation practice and decoding. Bandit Level 13 Objective: Find the password to the next level Intel Given: The password for the next level is stored in the file data.txt, data.txt is a hexdump of a file that has been repeatedly...
by n00py | Jan 24, 2015 | overthewire, tutorials
Recap of Last Lesson: We learned about robots.txt and how websites prevent being indexed by search engines. Natas Level 4 Objective Find the password to log into level 5. Intel Given URL: http://natas4.natas.labs.overthewire.org/ Access Disallowed How to When we come...
by n00py | Jan 23, 2015 | overthewire, tutorials
Recap of Last Lesson: We covered explored the files within Natas2 through viewing indexed directories. Natas Level 3 Objective Find the password to log into level 4. Intel Given URL: http://natas3.natas.labs.overthewire.org/ How to Same as always, we get very little...
by n00py | Jan 23, 2015 | overthewire, tutorials
Recap of Last Lesson: We evaded a security control designed to prevent us from viewing the source code. Natas Level 2 Objective Find the password to log into level 3. Intel Given URL: http://natas2.natas.labs.overthewire.org/ How to We come into this challenge with...
by n00py | Jan 23, 2015 | overthewire, tutorials
Recap of Last Lesson: We right clicked in the browser to view the page source and find the hidden password. Natas Level 1 Objective Find the password to log into level 2. Intel Given URL: http://natas1.natas.labs.overthewire.org/ Password is on the page Rightclick is...
by InCIDRthreat | Jan 20, 2015 | overthewire
Recap of Level 11: Learned how to decode strings that have been obfuscated by base64 Bandit Level 12 Objective: Find the password to the next level Intel Given: Password is in data.txt The password has been changed where all lowercase (a-z) and uppercase (A-Z)...