1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: yersinia
Section: admin
Priority: optional
Maintainer: Noël Köthe <noel@debian.org>
Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, libncurses5-dev (>=5.4), libnet1-dev (>=1.1.2), libpcap0.8-dev, libglib2.0-dev
Standards-Version: 4.1.0
Homepage: https://github.com/tomac/yersinia
Package: yersinia
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Network vulnerabilities check software
Yersinia is a framework for performing layer 2 attacks. It is designed
to take advantage of some weakeness in different network protocols. It
pretends to be a solid framework for analyzing and testing the deployed
networks and systems.
.
Attacks for the following network protocols are implemented in this
particular release:
- Spanning Tree Protocol (STP).
- Cisco Discovery Protocol (CDP).
- Dynamic Trunking Protocol (DTP).
- Dynamic Host Configuration Protocol (DHCP).
- Hot Standby Router Protocol (HSRP).
- 802.1q.
- 802.1x.
- Inter-Switch Link Protocol (ISL).
- VLAN Trunking Protocol (VTP).
|