-
Docker Notes
Docker and containers It’s been over a year since I added any writings to this blog, so where have I been? Have I been meditating under a waterfall hoping that kubernetes makes sense all of a sudden? Nothing that admirable, I’ve just been studying for certs, working and trying to...
-
Crackme4
CrackMe 4: StrCmp reversal I was working through some ELF crackmes on tryhackme, here is the room link. The fourth challange is where this got interesting. I fired up ghidra and started to take a look at the binary. So the main function is really simple. There is a call...
-
BUFFER OVERFLOW PREP
BUFFER OVERFLOWS - Explained by an average IT guy When I first read a write-up of someone explaining how a buffer overflow worked, my brain melted and poured out of my ears. After doing some research, I am able to keep all of my brain matter intact and inside my...