-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathattacks.htm
More file actions
99 lines (85 loc) · 3.33 KB
/
attacks.htm
File metadata and controls
99 lines (85 loc) · 3.33 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Attacks</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="css/yersinia.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="cabecera">
<img src="img/logotipoyersinia.gif" alt="logotipo Yersinia" />
<p>'ATRA MORS OMNES VITAM CAPIT'</p>
<div id="note">NOTE: Current Yersinia version is 0.7.3</div>
</div>
<div id="contenedorGlobal">
<div id="contenedorMenu">
<ul class="menu">
<li><a href="index.htm" >Home</a></li>
<li><a href="doc.htm">Docs</a></li>
<li><a href="faq.htm" >FAQ</a></li>
<li><a href="download.htm">Download</a></li>
<li><a href="#" id="current">Attacks</a></li>
<li><a href="screenshots.htm">Screenshots</a></li>
<li><a href="about.htm" style="border-bottom-width: 0">About</a></li>
</ul>
</div>
<div id="imagen"><img src="img/yersinia5.jpg" alt="Yersinia pestis" width="561" height="177" /></div>
<div id="contenidoTextos">
<strong>Spanning Tree Protocol </strong>
<ol>
<li>Sending RAW Configuration BPDU </li>
<li>Sending RAW TCN BPDU </li>
<li>DoS sending RAW Configuration BPDU </li>
<li>DoS sending RAW TCN BPDU </li>
<li>Claiming Root Role </li>
<li>Claiming Other Role </li>
<li>Claiming Root Role dual home (MITM) </li>
</ol>
<strong>Cisco Discovery Protocol </strong>
<ol>
<li>Sending RAW CDP packet </li>
<li>DoS flooding CDP neighbors table </li>
<li>Setting up a virtual device </li>
</ol>
<strong>Dynamic Host Configuration Protocol </strong>
<ol>
<li>Sending RAW DHCP packet </li>
<li>DoS sending DISCOVER packet (exhausting ip pool) </li>
<li>Setting up rogue DHCP server </li>
<li>DoS sending RELEASE packet (releasing assigned ip) </li>
</ol>
<strong>Hot Standby Router Protocol </strong>
<ol>
<li>Sending RAW HSRP packet </li>
<li>Becoming active router </li>
<li>Becoming active router (MITM) </li>
</ol>
<strong>Dynamic Trunking Protocol </strong>
<ol>
<li>Sending RAW DTP packet </li>
<li>Enabling trunking </li>
</ol>
<strong>802.1Q </strong>
<ol>
<li>Sending RAW 802.1Q packet </li>
<li>Sending double encapsulated 802.1Q packet </li>
<li>Sending 802.1Q ARP Poisoning </li>
</ol>
<strong>802.1X </strong>
<ol>
<li>Sending RAW 802.1X packet </li>
<li>Mitm 802.1X with 2 interfaces</li>
</ol>
<strong>VLAN Trunking Protocol </strong>
<ol>
<li>Sending RAW VTP packet </li>
<li>Deleting ALL VLANs </li>
<li>Deleting selected VLAN </li>
<li>Adding one VLAN </li>
<li>Catalyst crash</li>
</ol>
</div>
<div id="pie"><span class="net">http://www.yersinia.net</span> <span class="validation">Validation <a href="http://validator.w3.org/check?uri=http://www.yersinia.net/">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.yersinia.net/css/yersinia.css">CSS</a></span></div>
</div>
</body>
</html>