- Scan open IPs using sockets, pass them to Nmap and save the output.
- Listen to unknown ports and check if someone is trying to connect, send a mail and block the IP.
- Sniff the incoming traffic, check the source IP, if it doesn't match the interface subnet that is sniffing the traffic, an alert is generated.
git clone https://github.com/Sultan0x1/Network-s-Guy.git
chmod -R +x Network-s-Guy
cd Network-s-Guy/
pip3 install -r requirements.txt
python3 main.py
Main Menu:
point 2 Poc: