Shalitha Madhuwantha

B.B Shalitha M Gamage

I'M

Network Scripts

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.

Install packages
				
					pip install scapy
pip install tabulate
				
			

ARP_Spoofer

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:

				
					sudo python mac.py -i <interface> -M <mac add>
				
			

for example👇:

				
					sudo python mac.py -i eth0 -M 00:11:22:33:44:55
				
			

You should change your script ip address in line 39 and 40 👇

MAC_changer

There is a utility to change the Mac address of your Linux machine … Of course we can’t change the MAC address… This program works like adding a mask to the MAC address to help hide your original MAC and show us that our MAC is different.

				
					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
				
			

NetworkScanner

You can get a list of all the devices on your network

				
					sudo python2 netscan.py -target 192.168.43.0\24
				
			

1 thought on “Network Scripts”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
Enable Notifications OK No thanks