-
Set Up a Virtual Environment (Optional but recommended):
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Run the main script:
sudo python3 network_scanner/main.py
-
Follow On-Screen Instructions:
- Choose an active network interface.
- Select a target IP from the discovered devices.
- Review the results of the port scan and the intense Nmap scan.