This library has 3 types of scripts.. but it is based on using ARP (address resolution protocol) and its whites python scapy network library. This library has 3 types of scripts.. but it is based on using ARP (address resolution protocol) and its whites python scapy network library.
pip install scapy
pip install tabulate
This is based on the ARP protocol .. it is created using python scapy framework ...But after running this script your victim computer's internet connection will stop ... But you can turn on IP forwarding of your hacker computer and you can solve this problem.👇
Type in your root linux terminal:
# echo 1 >/proc/sys/net/ipv4/ip_forward
This script helps to replace your victim machine router mac address with our hacker machine mac address
You can see your arp table using this cmd:
# arp -a
You should change your script ip address in line 39 and 40 👇
There is a utility to change the Mac address of your Linux machine
Use this structure👇:
# sudo python mac.py -i <interface> -M <mac add>
for example👇:
# sudo python mac.py -i eth0 -M 00:11:22:33:44:55
Reset your Mac👇:
# sudo python2 mac.py -R <interface>
Reset your Mac EX👇:
# sudo python2 mac.py -R eth0
You can get a list of all the devices on your networ
run this script👇:
# sudo python2 netscan.py -target 192.168.43.0\24