8000 GitHub - ZYXMoodester123/yersinia: A framework for layer 2 attacks
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZYXMoodester123/yersinia

 
 

Repository files navigation

ABERTAY UNIVERSITY CMP311 EH4 PROJECT - MODIFIED YERSINIA

Installing Libraries

sudo apt-get install libnet1-dev
sudo apt-get install -y make
sudo apt-get install sqlite3 libsqlite3-dev libpcap0.8-dev
sudo apt install autoconf automake libtool

Compiling Yersinia

git clone https://www.github.com/ZYXMoodester123/yersinia.git
cd yersinia
./autogen.sh --disable-gtk
sudo make
sudo make install

Running Attacks

ARP Flooder

The ARP Flooder that we created floods the broadcast address of the network which doesnt normal traffic to be returned This attack can be run by using the command: sudo yersinia -EH4ARP This can be stopped using CTRL + C

RSTP Root Bridge Changer

The RSTP Root Bridge Changer attack changes the root bridge ID. This can be used by a hacker to make a switch the root bridge and sniff all the traffic on the network. This attack can be run by using the command: sudo yersinia -EH4STP Please note that the MAC address of the host PC has to be changed manually in the code.

About

A framework for layer 2 attacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.9%
  • M4 2.5%
  • Roff 1.1%
  • Other 0.5%
0