This tool is used to scan networks.
• Discvover all connected hosts.
• Display their IP Address.
• Display their MAC Address
This tool is for educational purpose only, usage of network scanner for attacking targets without prior mutual consent is illegal. Developer assume no liability and is not responsible for any misuse or damage cause by this program.
git clone https://github.com/inavedanjum/Network-Scanner.git
cd Network-Scanner
chmod +x network_scanner.py
python3 network_scanner.py -t <target>
or
python3 network_scanner.py --target <target>
example:
python3 network_scanner.py -t 192.168.1.1/24
pip3 install -r requirements.txt