~/tools

Tools

Utilities I've built to solve real problems in security operations, infrastructure debugging, and DevOps workflows. Open-source and built from production experience.

nginx-config-analyzer

WebStable

Detect security, performance, SEO, and proxy issues in any NGINX config

Paste a server block, reverse proxy config, or full nginx.conf and get an instant scored report — missing security headers, TLS issues, rate limiting, gzip/brotli, proxy timeouts, HTTPS redirects, and more. Findings categorized by severity. Export as JSON. Runs entirely in-browser.

#nginx#security#infrastructure#devops#web

seo-pro-audit

Stable

CLI tool to audit website SEO with optional Google PageSpeed integration

Crawls your site from sitemap, checks on-page SEO — title, meta, canonical, OG tags, JSON-LD, missing alt — and optionally pulls Lighthouse scores via PageSpeed Insights API. Outputs scored HTML + JSON reports.

#seo#python#cli#devops

sys-monitor

Stable

top-like system monitor in pure Bash with log output

Live system stats in the terminal — CPU per-core, RAM, swap, disk per mount, network I/O, and top processes by CPU. No dependencies beyond standard coreutils. Writes every snapshot to a log file. Runs as a systemd service.

#bash#linux#monitoring#sysadmin

tcp-port-checker

Stable

Fast threaded TCP port scanner — pure Python, no dependencies

Scan one or more hosts across port lists or ranges. Reports open/closed/timeout with latency, optional banner grabbing, and CSV/JSON export. Built for quick network audits and connectivity checks in production.

#python#networking#security#cli#devops

What's Coming

Tools are built to solve real problems I run into — not as side projects for the sake of it. When something takes too long to do manually, I build a tool for it.

$ stay tuned.