gomap icon indicating copy to clipboard operation
gomap copied to clipboard

Feature: Scan all possible ports

Open tmalaher opened this issue 3 years ago • 0 comments

Additionally, for my solution to #11 I expanded the "slow" scan (i.e. fastscan==false) option so it scans all 65536 ports. This does take longer (6.5 minutes in my case) but that is still short enough to be useful. So maybe there are three options instead of two: fastscan: 72 common ports mediumscan: 3000+ less common ports fullcan: all 65536 possible ports

tmalaher avatar Feb 11 '22 22:02 tmalaher