root@rumais:~# ls /opt/tooling
Automation
Small utility scripts and lab helpers built to reduce repetitive work, speed up recon, and support practical testing workflows.
Ping Sweep Helper
Lightweight script for live-host discovery in small lab networks. Useful for quickly establishing active targets before deeper port or service enumeration.
Port Scanner
Small custom scanner used as a Python practice project. It demonstrates basic socket handling, target iteration, and workflow-oriented scripting rather than production-grade scanning.
Subdomain Enumeration Helpers
Utility scripts used to automate wordlist-driven recon and repetitive enumeration tasks during web labs.
Packet Whisper Tooling Review
Data exfiltration lab material reviewed as part of PTS notes. Included here as evidence of comfort working with Python-based proof-of-concept security tooling and reading unfamiliar project code.
Why These Scripts Matter
These scripts are not meant to replace standard tools. They show practical scripting ability, workflow automation, and the habit of building small helpers when a task becomes repetitive.