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.

Bash

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.

Source: PEH/bash-scripting/ping-sweep.sh

Python

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.

Source: PEH/python/port-scanner/dakota-scan.py

Bash

Subdomain Enumeration Helpers

Utility scripts used to automate wordlist-driven recon and repetitive enumeration tasks during web labs.

Source: PEH/web-app/sub-domain-enum

Python

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.

Source: ine-PTS/Data-Exfiltration/PacketWhisper

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.