Skip to content

Latest commit

 

History

History
75 lines (56 loc) · 2.9 KB

README.md

File metadata and controls

75 lines (56 loc) · 2.9 KB

NETWORK-SCRIPT


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.

You can run all these scripts in version 2.7 or 3.0 later

python packages 🔧

Scapy

pip install scapy

tabulate

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