DEV Community

neuralmint
neuralmint

Posted on

TCP Port Scanner CLI — Fast Network Reconnaissance Tool

TCP Port Scanner CLI — Fast Network Reconnaissance Tool

Quickly scan TCP ports on any target with service name resolution and colorized output. Ideal for pentesters, sysadmins, and network engineers.

Features

  • Scan single or range of ports
  • Concurrent scanning for speed
  • Service name detection (FTP, SSH, HTTP, etc.)
  • Color output for open/closed/filtered states
  • Timeout control and quiet mode

Usage

# Scan common ports on a host
port_scanner scan 192.168.1.1

# Scan a custom range
port_scanner scan 10.0.0.1 --ports 1-1024

# Quiet mode (no banner)
port_scanner scan example.com -q
Enter fullscreen mode Exit fullscreen mode

Install

pip install neuralmint/port-scanner
Enter fullscreen mode Exit fullscreen mode

Risk Scoring

Severity Open Ports Example
Low 1-3 (non-sensitive) 80, 443
Medium 4-10 or sensitive 22, 3306
High 10+ or critical 21, 23, 3389

If you find this tool useful, consider supporting development:

SOL: 4TGyiYBjaYhFFPNYyCoJjf16ctUsWVBiMR1FXQxEfhWi

ETH: 0xe07f177E0725c11EEc8BeA34C5b5193CaF2a1A6a

Tags: python, cli, opensource, devtools
Series: neuralmint CLI Tools

Top comments (0)