Blog
OvertheWire – Natas 7
Recap of Last Lesson: We learned about PHP and how we can learn from the source code to be able to dissect the authentication mechanism. Natas Level 7 Objective Find the password to log into level 8. Intel Given URL: http://natas7.natas.labs.overthewire.org/ Multiple...
OvertheWire – Natas 6
Recap of Last Lesson: We learned what cookies are, what functions they can provide, and how we can manipulate them. Natas Level 6 Objective Find the password to log into level 7. Intel Given Need password to login Source code available How to Just like with HTML and...
Basic Hacker Methodology – Steps to the Hacking Process
Overview Many beginners don't understand that hacking or penetration testing follows a very logical process and when broken down can really clarify tasks and goals. During this write-up I will use a fake company as an example and use very general examples of how each...
OvertheWire – Natas 5
Recap of Last Lesson: We learned about the HTTP protocol and the different HTTP fields, an learned how to use a proxy to intercept HTTP requests. Natas Level 5 Objective Find the password to log into level 6. Intel Given URL: http://natas5.natas.labs.overthewire.org/...
OvertheWire – Bandit 15
Recap of Level 14: Learned how to securely copy a file from one box to the next. We also learned how to ssh into another machine using an RSA private key. Bandit Level 15 Objective: Find the password to the next level Intel Given: The password for the next...
OvertheWire – Bandit 14
Recap of Level 13: We tinkered around with a hexdump that was repeatedly compressed. By linking zcat, tar, and bzcat we were able to grab the password. Bandit Level 14 Objective: Find the password to the next level Intel Given: The password for the next level...