by n00py | Oct 26, 2016 | overthewire, tutorials
Recap of Last Lesson: We learned more about command injection and how to exploit it. We also revisited directory traversal attacks. Natas Level 10 Objective: Find the password to log into level 11. Intel Given: URL: http://natas10.natas.labs.overthewire.org/ Source...
by n00py | Oct 17, 2016 | overthewire, tutorials
Recap of Last Lesson: We learned more about encoding in PHP and how to analyze functions. Natas Level 9 Objective: Find the password to log into level 10. Intel Given URL: http://natas9.natas.labs.overthewire.org/ Source code available How to: Like last time, it...
by n00py | Feb 11, 2015 | overthewire, tutorials
Recap of Last Lesson: We learned more about PHP and some of the ways it is used to display content and how to exploit it. Natas Level 8 Objective: Find the password to log into level 9. Intel Given: URL: http://natas8.natas.labs.overthewire.org/ Source code available...
by n00py | Jan 31, 2015 | overthewire, tutorials
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...
by n00py | Jan 31, 2015 | overthewire, tutorials
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...