by Billy Cody | Feb 26, 2018 | Natas
Login Username: natas11 Password: U82q5TCMMQ9xuFoI3dYX61s7OZD9JKoK URL: http://natas11.natas.labs.overthewire.org Solution A webpage that lets you change its background. Let’s give it a test. And apparently cookies are protected with XOR encryption. Let’s...
by Billy Cody | Feb 22, 2018 | Natas
Login Username: natas10 Password: nOpp1igQAkUzaI1GUUjzn1bFVj7xCNzu URL: http://natas10.natas.labs.overthewire.org Solution Okay, they’re filtering our input. Let’s check the sourcecode to see what’s being filtered. Well, we have some regex that...
by Billy Cody | Feb 22, 2018 | Natas
Login Username: natas9 Password: W0mMhUcRRnG8dcghE4qvk3JA9lGt8nDl URL: http://natas9.natas.labs.overthewire.org Solution Again, view the sourcecode. Let’s try testing the search function and see how it relates to this sourcecode. I’ll search for...
by Billy Cody | Feb 22, 2018 | Natas
Login Username: natas8 Password: DBfUBfqQG69KvJvJ1iAbMoIpwSNQ9bWe URL: http://natas8.natas.labs.overthewire.org Solution Let’s check out the sourcecode. Oh no. It looks like they encoded their secret code. If only we could reverse it. Oh wait, we totally can....
by Billy Cody | Feb 22, 2018 | Natas
Login Username: natas7 Password: 7z3hEENjQtflzgnT29q7wAvMNfZdh0i9 URL: http://natas7.natas.labs.overthewire.org Solution As always, let’s check the source code. Alright. Well, we know where the password is. Fat load of good that does. Let’s check out these...
by Billy Cody | Feb 20, 2018 | Natas
Login Username: natas6 Password: aGoY4q2Dc6MgDq4oL4YtoKtyAg9PeHa1 URL: http://natas6.natas.labs.overthewire.org Solution A form and a link to view sourcecode. Let’s view the sourcecode. It’s just some checks for the form on submission. It checks if there...