- Scan all the current IP on your network with their MAC address
This script uses a number of open source projects to work properly:
- scapy
- argparse
- python
pip install scapy
pip install argparse
usage: main.py [-h] [-i TARGET]
optional arguments:
-h, --help show this help message and exit
-i TARGET, --ip TARGET
Target IP / IP Range
python main.py -i 192.168.1.1/24
@LasCC