Monitor the network by running exploitation detection tools such as ARP Spoofing (and more to come).
it also alert when new device join the network.
It's a Spring Boot Application and it can run on a Linux or MAC.
lightweight enough to run on a micro PC (e.g Raspberry PI).
How to run:
checkout the code to a local folder and run: "./gradlew bootRun".
the tool will run and will be executed scan once in 60 minutes (default params).
REST status at:
http://localhost:8086/api/v1/status
Configurations:
it requires some basic network configurations.
config file: src/main/resources/network.properties
default network-properties:
subnetMask=255.255.255.0
networkId=192.168.1.0
defaultGwIp=192.168.1.1
cidr=24