-
Notifications
You must be signed in to change notification settings - Fork 6
/
about.htm
52 lines (44 loc) · 2.77 KB
/
about.htm
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
<!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>About Yersinia</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="attacks.htm">Attacks</a></li>
<li><a href="screenshots.htm">Screenshots</a></li>
<li><a href="#" id="current" style="border-bottom-width: 0">About</a></li>
</ul>
</div>
<div id="imagen"><img src="img/yersinia6.jpg" alt="Yersinia pestis" width="561" height="177" /></div>
<div id="contenidoTextos">
<p> It is always interesting to look for weaknesses in any device, specially when the device is like a black box for most people...</p>
<p><img src="img/drumer.png" alt="Little Drummer" width="360" height="225" /></p>
<p><strong>Alfredo Andrés Omella (Slay)</strong><br />
Slay works as a Security Auditor in Spain. He is an avid fan of good movies and music, as well as a fan of the exquisite meal :)<br />
His favourite sentence is: 'Es el mismo perro con diferente collar' (It's the same dog with different necklace)</p>
<p><br />
<img src="img/tomac.jpg" alt="Astonished!" width="320" height="240" /></p>
<p><strong>David Barroso Berrueta (tomac)</strong><br />
tomac enjoys playing around with everything, even with network protocols :) When not riding his mountain bike facing multiple dangers and enemies, he usually works with his colleague Slay as a Security Auditor trying not to break anything :P<br />
His favourite sentence is: 'Es lo bonito de la vida' (That's the beauty of life)<br />
Web page: <a href="http://juanitofoo.blogspot.com/">http://juanitofoo.blogspot.com/</a><br /> </p>
<div class="nota">Note: Should you have any doubts or questions, please feel free to send an email to Yersinia developers (yes, we also accept presents, money or hosting ;) yersinia___AT___yersinia___DOT___net</div><br />
</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>