by Billy Cody | Mar 14, 2018 | CrikeyCon 2018
The Challenge The Solution Yeah haha it’s in the mail. The post. The goddamn POST. Since there’s no form on the page that we could edit, let’s just do it with curl. 12 $ curl -d "flag" http://crikeyconctf.dook.biz:8080/web2/Hi, welcome to the...
by Billy Cody | Mar 14, 2018 | CrikeyCon 2018
The Challenge The Solution This is super goddamn simple and it took me too goddamn long to goddamn figure this goddamn challenge out. Just get the flag. Just GET the flag. AAAAAAAAARGH.
by Billy Cody | Mar 14, 2018 | CrikeyCon 2018
On the 24th of February, I went to CrikeyCon V. If I was a smart man, I would’ve taken photos. Unfortunately, I only watched the intro speech before doing the CTF all day. I feel like I did pretty well on the CTF for a beginner. Yeah, I’m not on the score...
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...