Made by :
- Stanislas MEZUREUX : stanislas.mezureux@telecomnancy.eu
- Adrien LAROUSSE : adrien.larousse@telecomnancy.eu
On the root folder :
make all
- Launch the agent
- Launch the manager
On a terminal, run :
cd src/
sudo ./src/agent/agent
On a new terminal, run :
cd src/
./manager/client 127.0.0.1 2222
- Scan auto of network with
scan -a
- Scan of a list IP address on the network with
scan -l ip1 ... ipn
- Scan of the the thousand most used ports with
scan -p ip
- Scan of a range of ports for an IP address with
scan -p ip stard_port end_port
- Scan of a port of an IP adress with
scan -p ip port