by InCIDRthreat | Feb 6, 2015 | overthewire
Recap of Level 16: Learned about ports, telnet, and openssl. Bandit Level 17 Objective: Find the password to the next level Intel Given: The password for the next level can be retrieved by submitting the password of the current level to a port on localhost in...
by hellor00t | Feb 6, 2015 | tutorials
This guide will show you how to use a private key stored in a text document to ssh into a remote server using Putty. Thanks to reddit user 177854 for providing this write-up! First you have to download PuTTy Key generator or puttygen. You can find it it here. After...
by InCIDRthreat | Feb 5, 2015 | overthewire
Recap of Level 15: Telnet was used to connect to a remote service and a password for the current level was entered to give us the next levels password. Bandit Level 16 Objective: Find the password to the next level Intel Given: The password for the next level...
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...
by hellor00t | Jan 31, 2015 | hacking
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...
by n00py | Jan 30, 2015 | overthewire, tutorials
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/...
by InCIDRthreat | Jan 30, 2015 | overthewire
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...
by InCIDRthreat | Jan 25, 2015 | overthewire
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...
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...