Skip to content

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.

License

Notifications You must be signed in to change notification settings

shalithamadhuwantha/Networks-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages