I do a fair bit of development work for various side projects that I contribute to or work on myself. I wanted to be able to work within a container for a few reasons, and finally figured out how to do it.
Hacking Phones
How hard could it be to get a 2nd phone number and assign it a different ringtone? A lot harder than I expected.
Cyber Apocalypse – Phreaky
Continuing on with some write-ups from the Hack the Box Cyber Apocalypse 2024 event. This one wasn’t particularly difficult, but it was a pain and time consuming. I went through this process manually but one of these days I’ll have to see if I can find a way to script it out and make it appear faster.
Cyber Apocalypse – Urgent
Last weekend I jumped in and joined some co-workers for a capture the flag challenge hosted by Hack The Box. This is a walk-through (spoiler alert) for the forensics challenge “Urgent”
Advent of Code Day 7
As the holidays come to an end, I have completed (well not finished, but been working on while I had free time) Advent of Code. I’ve talked about this in years past, but the short of it is 25 days of coding problems. Day 7 has to do with playing a game of Camel Cards.
2024 Retirement Calculator
Now that Congress has finally passed this year’s NDAA, we know what the final pay tables for 2024 will look like. This updated calculator also includes updates to the IRS tax brackets for 2023 and the new VA disability rates that went into effect Dec 2023. Again, if you see any mistakes, please let me »
Building a (Cheap) Minecraft Server on AWS
My oldest kid wanted a Minecraft server for them and their friends, but I didn’t want to pay to run one 24/7. What should have been an easy project turned into a lot of discovery learning. Save yourself sometime and read this.
Firewall Testing with TRex
I recently had to do some throughput testing on a firewall using TRex. What should have been a pretty simple process honestly took a little bit of troubleshooting.
Workstation Setup
I’ve been doing dev work for years but have never taken the time to document how I like my setup which means every time I do it again, I have to figure it all out again.
Implementing SSLSplit
A couple of weeks ago I talked about using SSLSplit to at as a proxy so that I could examine the mechanics of a Docker pull. I decided to go ahead a set up a purpose-built VM just for this so I could easily do this again in the future. I wanted to go ahead and document (and share) the steps that I went through for this.