GinjaChris / pentmenu

A bash script for recon and DOS attacks
GNU General Public License v3.0
499 stars 218 forks source link

netcat port scanner? #36

Closed GinjaChris closed 2 years ago

GinjaChris commented 7 years ago

I might add a netcat port scanner, either as a fallback for the SYN stealth scan (in case nmap is not available) or as a separte module. Will be simple to implement with:

nc -z $TARGET 1-65535

But, is it worthwhile?

GinjaChris commented 2 years ago

No interest shown, closing, will not implement.