Work
Projects
One shipped and audited. The rest are real problems I plan to solve next, tracked honestly as planned — not dressed up as further along than they are.
KingSec
ShippedLocal-first, AI-augmented attack surface & vulnerability management for SMBs and MSPs.
SMBs and IT admins need real vulnerability management without sending their attack surface data to a third-party cloud.
- E1Executed or directly observed.3,234+ tests passing, mypy clean, 3/3 architecture contracts enforced
- E1Executed or directly observed.Full security audit lifecycle completed, including a critical privilege-escalation fix
- Python
- FastAPI
- SQLAlchemy
- Nuclei
- React
- TypeScript
- shadcn/ui
Attack Path Intelligence
PlannedFinds how separate weaknesses combine into a real attack path.
Individual findings (a weak password here, an open port there) get triaged in isolation, but attackers chain them — this shows the chain.
Cloud Blast-Radius Analyzer
PlannedShows exactly what an attacker could access after compromising one cloud identity or resource.
Cloud IAM is too complex to reason about manually; teams don't know their actual blast radius until it's tested.
Identity Attack Graph
PlannedFinds dangerous privilege chains in Active Directory / Entra ID.
Privilege escalation paths in AD/Entra are invisible until mapped as a graph.
Security Misconfiguration Time Machine
PlannedDetects when and how a system became insecure, and what caused it.
Misconfigurations are found long after they're introduced, with no record of when drift happened.
Ransomware Blast-Radius Simulator
PlannedPredicts which systems, shares, and accounts ransomware could spread to.
Organizations don't know their lateral-movement exposure until it's too late to matter.
Third-Party Risk Evidence Engine
PlannedAutomatically verifies whether vendors actually meet security requirements.
Vendor security questionnaires are self-reported and rarely verified.
Security Control Effectiveness Engine
PlannedTests whether security controls actually work, not just whether they're configured.
'Configured' and 'effective' are treated as the same thing, and usually aren't.
AI Agent Security Auditor
PlannedFinds dangerous permissions and actions in autonomous AI agents.
AI agents are being given real tool access with no systematic audit of what they're actually able to do.
Incident Reconstruction Engine
PlannedReconstructs what happened during an attack from scattered logs.
Incident response teams spend most of an investigation stitching together fragmented log sources by hand.
Cybersecurity Debt Tracker
PlannedTreats unresolved security weaknesses like technical debt and measures accumulated risk.
Security backlogs grow silently with no equivalent of a technical-debt metric to make the risk visible to leadership.
Tools & Utilities
Smaller, shipped, and useful.
Weekend-scale tools I've built and actually use — not flagship products, just useful ones.
Linux Administration Mastery Notes
Shipped24-lecture structured curriculum covering Linux administration fundamentals.
Students learning Linux administration need structured, lecture-wise reference material, not scattered notes.
- E1Executed or directly observed.Actively used as teaching material at PNY Trainings
- Markdown
- Linux
Port Scanner
ShippedCustom TCP/UDP port scanner for network reconnaissance and service enumeration.
Penetration testing workflows need fast, custom-controlled reconnaissance rather than relying only on off-the-shelf tools.
- E1Executed or directly observed.Public, working implementation
- Python
- Networking
Password Strength Checker
ShippedEntropy analyzer evaluating password complexity, common-pattern matching, and brute-force resistance.
Security awareness training needs a concrete tool to show people why a given password is weak, not just tell them.
- E1Executed or directly observed.Used in security awareness training sessions
- Python
- Security
Base64 Encoder/Decoder
ShippedEncoding/decoding utility for security analysis and payload obfuscation exercises.
CTF and lab work needs a quick, trustworthy local encode/decode step without pasting payloads into a random web tool.
- E1Executed or directly observed.Public, working implementation
- Python
Hash Integrity Monitor
ShippedFile integrity verification using cryptographic hashing to detect unauthorized modifications.
Incident response and tamper detection need a reliable way to prove a file changed, not just suspect it did.
- E1Executed or directly observed.Public, working implementation
- Python
- Forensics
Sample Work
Real deliverables, not project write-ups.
Client-style work product — a security audit and a training deck — proving both halves of the CV: penetration tester and instructor.
Ubuntu Security Audit
Single-host security audit of a personal Ubuntu server — 5 findings, all remediated.
Employee Cybersecurity Awareness Training
60-minute live session teaching non-technical staff to recognize and respond to real threats.



- Phishing & smishing
- Business Email Compromise
- Password hygiene & MFA
- Social engineering
- Safe browsing & mobile security
- Incident response — the first five minutes