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 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...
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)...