Python Encounters
Small scripts I build when something breaks, smells off, or needs proof. Code stays on GitHub. The story lives here.
Email Header Analyzer
Turn raw email headers into usable signal: authentication cues + routing weirdness + “does this sender smell legit?”
NetMon
A blunt “what is my machine talking to right now?” monitor: connections → PID/process → remote endpoints.
MD5 Integrity Check
Generate a checksum + validation instructions so file tampering becomes obvious during transfers.
Safe use
Non‑negotiables if you’re operating in regulated environments.
Don’t paste confidential headers, endpoints, or logs into public tools, tickets, or chat threads. Sanitize first.
These are scripts, not SaaS. Keep execution and outputs inside your controlled environment.
Only elevate when required (e.g., process mapping). Don’t normalize “run as admin” as default.