-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
74 lines (61 loc) · 2.05 KB
/
index.html
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
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.2.1/handlebars.min.js"></script>
<script src="nsa.js"></script>
<style type="text/css" media="all">@import "ant.css";</style>
<meta charset="utf-8"></meta>
</head>
<body>
<div id="outer">
<h1>The NSA Product Generator</h1>
<div>Inspired by the <a href="http://leaksource.wordpress.com/2013/12/30/nsas-ant-division-catalog-of-exploits-for-nearly-every-major-software-hardware-firmware/">recent dump of NSA's TAO product catalog</a>, containing weirdly-codenamed products beyond the wildest paranoid's dreams.</div>
<h3>Hit refresh to get a new one!</h3>
<div id="attr">Another demented project from <a href="https://twitter.com/ternus">@ternus</a>.</div>
</div>
<div id="leakeddoc">
<div class="tsheader">TOP SECRET//COMINT//REL TO USA, FVEY</div>
<div id="top">
<div id="topleft">
<div id="logo"><img src="logo.png" /></div>
</div>
<div id="topright">
<div id="name"></div>
<div id="product">ANT Product Data</div>
</div>
</div>
<div id="maindoc">
<div id="heading">
<div id="crossbar1"></div>
<div id="crossbar2"></div>
<div id="topsummary" class="ts">
</div>
<div id="topdate">06/06/06</div>
</div>
<div id="content">
<div id="content-left">
<div id="diagram"></div>
<div id="midparagraph1" class="ts"></div>
<div id="midparagraph2" class="ts"></div>
<div id="midparagraph3" class="ts"></div>
<div id="midparagraph4" class="ts"></div>
</div>
<div id="blobs">
<img src="blobs.png" />
</div>
</div>
<div id="footer">
<div id="footer-left">
<div id="status"></div>
<div id="poc"></div>
</div>
<div id="footer-right">
Derived from: NSA/CSSM 1-52<br />
Dated: 20070108<br />
Declassify On: 20320108<br />
</div>
<div class="tsheader">TOP SECRET//COMINT//REL TO USA, FVEY</div>
</div>
</body>
</html>