Other Public Work
Tooling and shipped software.
Older offensive tooling and a working production application — proof that the engineering side of the practice isn't theoretical.
03
DarkEnumeration
OSCP-era Enumeration · 30 stars · 17 forks
Automated enumeration and profiling tool I built to grind the OSCP back in the 2015–2017 era of the exam. Hand-coded, no fancy frameworks. Probably doesn't work against anything modern, but the star and fork counts are real and reflect that other people found it useful at the time. Kept public for posterity.
04
CTPreg
OffSec CTP Registration Solver
When OffSec's Cracking the Perimeter (CTP) course was still a thing, you had to solve a registration challenge to enroll. CTPreg automates the full attack chain end-to-end and produces the registration code. Was private until OffSec retired the course. Now public for anyone who wants to study how the chain worked. Hand-coded, no frameworks.
05
Snowballin
Automated Trading Bot · Python
A real shipped application — automated trading bot for the Kraken exchange. Dollar-cost averages into selected assets and opportunistically buys dips and sells peaks to compound returns faster than straight DCA. API integrations, scheduled execution, persistence, error handling, the rest of what a real piece of software needs to actually run. Outside the security domain, but the kind of work I do under the
Secure Development practice.
Why isn't there more here? Most of the code I've written over the last decade is IP that belongs to former employers, or is part of active client engagements that won't see daylight. Some of what's not on GitHub: custom C2 infrastructure, red team tooling for AD exploitation, AI-assisted social engineering frameworks, and internal automation. That's the nature of the work — most of it stays private.
Full GitHub: github.com/Ohmjones — includes the projects above plus forks of tooling I use day-to-day.