Quick Port Scanner

Scan a host for open ports using bash built-in /dev/tcp or netcat. Fast, zero-dependency port scanning for Linux servers.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Quick Port Scanner" with this command: npx skills add laolaoqi/quick-port-scan

Quick Port Scanner

Scan open ports on any host using pure bash. No nmap, no Python, no dependencies.

Works on any Linux system with bash. Uses /dev/tcp pseudo-device or nc (netcat) as fallback.

Actions

scan — Scan specific port

{ "action": "scan", "host": "192.168.1.1", "port": 22 }

Returns: { "host": "192.168.1.1", "port": 22, "open": true, "service": "ssh" }

common — Scan top 20 common ports

{ "action": "common", "host": "example.com" }

Scans: 21,22,23,25,53,80,110,143,443,445,993,995,1433,1521,3306,3389,5432,5900,8080,8443

full — Custom range scan

{ "action": "full", "host": "10.0.0.1", "start": 1, "end": 1024 }

Use Cases

  • Network troubleshooting: "Is port 443 open on my server?"
  • Security audit: "What ports are exposed?"
  • Deployment check: "Is the new service listening on the right port?"
  • Docker networking: "Can container A reach container B on port 3306?"

Pricing

$2.99 — One-time purchase

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

SSL Certificate Checker

Check SSL/TLS certificate expiry dates, issuer information, and configuration for any domain. Warns when certificates are about to expire so you can renew be...

Registry SourceRecently Updated
420Profile unavailable
Security

Linux Security Hardener

One-command Linux security hardening. Disables root SSH login, sets up UFW firewall with best-practice rules, configures fail2ban for brute-force protection,...

Registry SourceRecently Updated
430Profile unavailable
Security

Log Privacy Sanitizer

Scans log files and sanitizes sensitive data before sharing or storing. Detects and masks IP addresses, email addresses, API keys, passwords, tokens, credit...

Registry SourceRecently Updated
450Profile unavailable
Security

Session Password

Provides secure session authentication using bcrypt-hashed passwords, security questions, email recovery, and lockout protection with audit logging.

Registry SourceRecently Updated
4091Profile unavailable