Skip to content

Projects

Security tools, experiments, and things I have shipped.

OSINT Research Assistant

A Chrome extension that grades indicators of compromise on the page you are reading: IPs, domains, hashes, defanged input. Pivots through infrastructure, exports findings as STIX 2.1 or a MISP event, and runs entirely client-side against keyless threat feeds.

JavaScriptChrome ExtensionThreat IntelligenceOSINT

Python Hash Cracker

A multi-process, dictionary-based hash cracking tool supporting several algorithms and salt configurations.

PythonMultiprocessingCryptography

Caesar Cipher CLI

A command-line tool that encrypts and decrypts text with the Caesar cipher, preserving case and non-alphabetic characters.

PythonCryptographyCLI