@hobbit666 said in Port scanning tools:
@travisdh1 said in Port scanning tools:
That's really just nmap. Nothing wrong with using it, it is the official GUI frontend for nmap.
Yeah but saves me learning nmap commands 😆
That too. I use nmap a lot from the command line, but I'm normally running a standard scan (no options, just nmap xxx.xxx.xxx.xxx) or looking for a specific port nmap -p 443 xxx.xxx.xxx.xxx covers 90% of what I use it for.