π¦ ClawHub
Port Scanner
by @johnnywang2001
Fast TCP port scanner for network reconnaissance and security auditing. Scan hosts for open ports, detect common services, and identify potential attack surf...
TERMINAL
clawhub install jrv-port-scannerπ About This Skill
name: port-scanner description: Fast TCP port scanner for network reconnaissance and security auditing. Scan hosts for open ports, detect common services, and identify potential attack surface. Use when checking what ports are open on a server, scanning a network range, auditing firewall rules, or performing pre-deployment security checks. Triggers on "scan ports", "check open ports", "port scan", "network recon", "what ports are open", "firewall audit".
Port Scanner
Lightweight, zero-dependency TCP port scanner for network recon and security auditing.
Quick Start
# Scan common ports on a host
python3 scripts/port_scan.py example.comScan specific port range
python3 scripts/port_scan.py 192.168.1.1 --ports 1-1024Scan specific ports
python3 scripts/port_scan.py 10.0.0.1 --ports 22,80,443,3306,5432,8080Fast scan with short timeout
python3 scripts/port_scan.py example.com --timeout 0.5 --workers 200JSON output
python3 scripts/port_scan.py example.com --format jsonScan top N most common ports
python3 scripts/port_scan.py example.com --top 100
Features
π‘ Examples
# Scan common ports on a host
python3 scripts/port_scan.py example.comScan specific port range
python3 scripts/port_scan.py 192.168.1.1 --ports 1-1024Scan specific ports
python3 scripts/port_scan.py 10.0.0.1 --ports 22,80,443,3306,5432,8080Fast scan with short timeout
python3 scripts/port_scan.py example.com --timeout 0.5 --workers 200JSON output
python3 scripts/port_scan.py example.com --format jsonScan top N most common ports
python3 scripts/port_scan.py example.com --top 100