Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 481 Bytes

usage.md

File metadata and controls

19 lines (14 loc) · 481 Bytes

Usage Guide

  1. Set Up a Virtual Environment (Optional but recommended):

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  2. Run the main script:

    sudo python3 network_scanner/main.py
  3. 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.