pasenidis / goport

Introducing goport - the port scanner that works :eyes:
1 stars 1 forks source link

Add support for IPv4 and CIDR IP ranges and other features #10

Open bawzz234 opened 3 years ago

bawzz234 commented 3 years ago

Hello,

Thanks for creating this app. I was actually looking for a GOlang's port scanner. Simply because of its excellent performance on threads and accuracy. And the speed is incomparable to other languages.

It would be very useful if you could add these features:

So the command may look like this for IPv4 Ranges: scanner.exe -threads=100 -protocol=tcp -host=123.123.12.23-123.123.12.255 -ports=8080,80,443 and if CIDR used: scanner.exe -threads=500 -protocol=tcp -host=123.123.0.0/17 -ports=8080,80,443 if both type of ranges is not possible to add then IPv4 is most preferable.

Hope you could add this features. There are lots of other port scanners from different languages, but not good ones in golang. These features will surely bring this go app to the top.

Best Regards

pasenidis commented 3 years ago

Hey, thanks for opening an issue. I will definitely try to implement something like this in the future. Although this project is currently in paused development.