Printer Hacking Part 1 - Dumping Firmware and Debugging
This is a pwn challenge I worked on for DefCon Qualifiers 2020.
Feeling stifled by the large crowd gathered in the entrance plaza, you open up your minimap and try to find somewhere to search far away from the entrance gate. Ah, perfect—there’s some kind of library on the other side of the Sanctum. A nice, quiet place to search alone for a bit.
Tired from all of the craziness in the Inner Sanctum, you decide to venture out to the beach to relax. You doze off in the sand only to be awoken by the loud “reee” of an osprey. A shell falls out of its talons and lands right where your head was a moment ago. No rest for the weary, huh? It looks a little funny, so you pick it up and realize that it’s backwards. I guess you’ll have to reverse it.
The X-Mas CTF hosted by HTsP, ran from 13 Dec 2019 till 20 Dec 2019. It had some fun pwn challenges, including kernel pwn.
This is another tutorial about setting up a penetration testing lab on a cloud server. In the previous post I showed a way to use VirtualBox to create a quick and dirty VM. There are some drawbacks to using that method, mainly the display, which requires exposing a RDP port.
This is a tutorial about setting up a penetration testing lab on a cloud server. More generally it’s a guide about using headless VirtualBox to offload some work to the cloud.
VirtualBox is just one of the many choices, usually I prefer to use Qemu-KVM with libvirt for management.
THIS IS A QUICK AND DIRTY METHOD, NOT SECURE
This post is a write up on the Protostar format string exercises, you can find them here. If you haven’t read part 1 yet, here’s the link.
This post is about the Cryptopals challenges, a collection of 48 cryptography challenges and my solution to them.
I’ve been looking for something to do over the weekends and came across this Reddit post from 3 years ago, asking for crypto challenges. The comments were filled with links to CTFs, wargames, and challenge sets. I started off with the top of the list.
Pwn, rev, and stuff.