Skip to content

This Repository contains the work done under this project (IE Second Year Project)

Notifications You must be signed in to change notification settings

RAGUL1902/Packet-Sniffing-and-Network-Vulnerablities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packet-Sniffing-and-Network-Vulnerablities

This Repository contains the work done under this project (IE Second Year Project)

macchanger.py

This program is used to change the mac address of the linux machine.
Run ./macchanger.py --help for usage

Options:

-h, --help            show this help message and exit  
-i INTERFACE, --interface=INTERFACE  
                      Enter the interface name  
-m NEW_MAC, --mac=NEW_MAC  
                      Enter the macAddress  
-o OPTION, --option=OPTION  
                      option 1 for custom mac, 2 for random mac  
-t WAIT_TIME, --time=WAIT_TIME  
                      Enter time in seconds to change random mac  

networkScanner.py

This program is used to scan the network for the available ip addresses using arp pinging.
A python package called scapy is used for this.
Run ./networkScanner.py and enter the range of ip address as input asked by the program

About

This Repository contains the work done under this project (IE Second Year Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages