Describe the bug
Scanner is unable to choose correct network interface on Windows because pnet_datalink does not set flags on network interfaces, which are relied on to tell their statuses.
See: https://docs.rs/pnet_datalink/latest/x86_64-pc-windows-msvc/src/pnet_datalink/winpcap.rs.html#325
How to reproduce
- Go on windows
- Run the scanner in admin cmd
Describe the bug
Scanner is unable to choose correct network interface on Windows because
pnet_datalinkdoes not set flags on network interfaces, which are relied on to tell their statuses.See: https://docs.rs/pnet_datalink/latest/x86_64-pc-windows-msvc/src/pnet_datalink/winpcap.rs.html#325
How to reproduce