Small multiplatform IP scanner for the terminal.
- Set the range of IP addresses to check. By default 192.168.1.0 up to 192.168.1.254 are scanned. You can set a custom range by using
-sfor the start of the IP range and-efor the end. Currently only IPV4 is supported. - Set ports to scan. By default 80 and 443 are scanned. You can use either
-por--portto set custom ports to check.
IPMarcher -s 192.168.1.0 -e 192.168.1.254 --port 80 443 8443IPMarcher -s 192.168.1.0 -e 192.168.1.254 --port 80 --port 443 --port 8443- Windows
- MacOS
- Linux
This tool has been only been tested on MacOS, but should work in any of the OSes above.