angryip / ipscan

Angry IP Scanner - fast and friendly network scanner
angryip.org
GNU General Public License v2.0
4.08k stars 715 forks source link

Feeder request #413

Open trecowan opened 1 year ago

trecowan commented 1 year ago

I have issues when I'm trying to scan a particular (private) subnet that I'm connected to; AngryIP has a tendency to utilize the primary NIC as the default. To work around this, I typically disable all but the necessary NIC, which limits external access.

Describe the solution you'd like I would like to see if "netstat" could be run as part of startup of the application to identify the active network interfaces, then the appropriate interfaces be listed in a pull-down menu, possibly with a preference setting to allow for a default option. I'm not sure how the AngryIP fetcher works, but if the feeder NIC can be identified, is "ping -S " an option to provide results?

Describe alternatives you've considered Haven't thought of any other ideas, this was a new concept that I picked up from reading this article to try and address my problem: https://serverfault.com/questions/273600/ping-from-specific-network-adapter-on-windows

Additional context Add any other context or screenshots about the feature request here.