-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (105 loc) · 5.77 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<head>
<title>Darren Rainey</title>
<link href='https://fonts.googleapis.com/css?family=Share+Tech+Mono' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
<link rel="shortcut icon" type="image/png" href="img/favicon.png"/>
<meta charset="UTF-8">
<meta name="Description" content="Welcome to Darren Rainey's Website (Website Of Darren Rainey)"></head>
<body>
<div id="page">
<div id="content">
<!--HEADER SECTION -->
<div id="header"><pre>
<a class="darren rainey" href="http://darrenraineys.co.uk">
8888888b. 8888888b. d8b
888 "Y88b 888 Y88b Y8P
888 888 888 888
888 888 8888b. 888d888 888d888 .d88b. 88888b. 888 d88P 8888b. 888 88888b. .d88b. 888 888
888 888 "88b 888P" 888P" d8P Y8b 888 "88b 8888888P" "88b 888 888 "88b d8P Y8b 888 888
888 888 .d888888 888 888 88888888 888 888 888 T88b .d888888 888 888 888 88888888 888 888
888 .d88P 888 888 888 888 Y8b. 888 888 888 T88b 888 888 888 888 888 Y8b. Y88b 888
8888888P" "Y888888 888 888 "Y8888 888 888 888 T88b "Y888888 888 888 888 "Y8888 "Y88888
888
Y8b d88P
"Y88P" </a>
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</pre>
</div></div>
<!--THE LIST -->
<div id="list">
<ul>
<li>
<a href="best-linux-distributions-for-arm-devices.html">
<span class="tag">[08/09/2018]</span><span>BEST LINUX DISTRIBUTIONS FOR ARM DEVICES </span>
</a>
</li>
<li>
<a href="the-problem-with-vpns.html">
<span class="tag">[08/05/2018]</span><span>THE PROBLEM WITH VPN'S</span>
</a>
</li>
<li>
<a href="intel-amt-exploit.html">
<span class="tag">[27/09/2017]</span><span>INTEL AMT EXPLOIT EXPLAINED - CVE-2017-5689</span>
</a>
</li>
<li>
<a href="cyptocurrencys-and-the-future-of-money.html">
<span class="tag">[06/07/2017]</span><span>CRYPTOCURRENCY'S AND THE FUTURE OF MONEY</span>
</a>
</li>
<li>
<a href="do-you-wannacry.html">
<span class="tag">[20/05/2017]</span><span>DO YOU WANNACRY ?</span>
</a>
</li>
<ul>
<li>
<a href="Reverse-Shell-To-Meterperter.html">
<span class="tag">[14/05/2017]</span><span>REVERSE SHELL TO METERPERTER </span>
</a>
</li>
<li>
<a href="the-problem-with-email.html">
<span class="tag">[06/03/2017]</span><span>THE PROBLEM WITH EMAIL </span>
</a>
</li>
<li>
<a href="single-point-of-failure.html">
<span class="tag">[08/01/2017]</span><span>SINGLE POINT OF FAILURE </span>
</a>
</li>
<li>
<a href="site-upgrade-to-ssl.html">
<span class="tag">[04/01/2017]</span><span>SITE WIDE UPGRADE TO SSL </span>
</a>
</li>
<li>
<a href="Using-Ardunio-As-HID-Device.html">
<span class="tag">[01/01/2017]</span><span>USING ARDUNIO AS HID DEVICE </span>
</a>
</li>
<li>
<a href="xbox-reverse-engineering-xbox-live.html">
<span class="tag">[31/12/2016]</span><span>REVERSE ENGINEEERING XBOX LIVE [PART 1] </span>
</a>
</li>
</ul>
</div>
<!--FOOTER SECTION -->
<div id="footer">
<pre>------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</pre>
<div class="filter">
<a href="index.php">HOME</a>
<span class="footdogs"> × </span>
<a target="_blank" href="https://youtube.com/DarrenRainey">YOUTUBE</a>
<span class="footdogs"> × </span>
<a target="_blank" href="https://github.com/DarrenRainey">GITHUB</a>
<span class="footdogs"> × </span>
<a target="_blank" href="sitemap.php">SITEMAP</a>
</div>
</div>
</div>
</body>
</html>