-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (116 loc) · 5.47 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
<!DOCTYPE html>
<!-- saved from url=(0025)https://dracos-linux.org/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Dracos Linux</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="shortcut icon" href="https://dracos-linux.org/images/icon.png">
<meta name="description" content="Dracos Linux is an open source operating system provides to penetration testing. Packed with a ton of pentest tools including information gathering, forensics, malware analysis, mantaining access, and reverse engineering.">
<link rel="stylesheet" type="text/css" href="./Dracos Linux_files/layout.css">
<link rel="stylesheet" type="text/css" href="./Dracos Linux_files/respons.css">
<link rel="stylesheet" type="text/css" href="./Dracos Linux_files/style.css">
<link rel="stylesheet" type="text/css" href="./Dracos Linux_files/font-awesome.css">
<!-- Javascript and Jquery -->
<script src="./Dracos Linux_files/jquery.js"></script>
<script src="./Dracos Linux_files/backtotop.js"></script>
<script src="./Dracos Linux_files/w3data.js"></script>
</head>
<body style="background-color:black;">
<div id="wrapper">
<!-- Start Nav -->
<nav id="nav">
<header class="header">
<h1><a href="https://dracos-linux.org/" alt="home" title="Dracos">DRACOS</a></h1>
</header>
<!-- Start Menu -->
<div class="navigation-menu">
<ul>
<li><a href="https://dracos-linux.org/">Home</a></li>
<li><a href="https://dracos-linux.org/bugs">Bugs</a></li>
<li><a href="https://dracos-linux.org/downloads.php">Downloads</a></li>
<li><a href="https://dracos-linux.org/forum">Forum</a></li>
<li><a href="https://dracos-linux.org/wiki">Wiki</a></li>
<li><a href="https://package.dracos-linux.org/">Packages</a></li>
<li><a href="https://git.dracos-linux.org/">Git</a></li>
</ul>
</div>
<div class="nav_bg">
<div class="nav_bar"> <i class="fa fa-bars"></i> </div>
</div>
<!-- End Menu -->
</nav>
<!-- End Nav -->
<!-- Start Content -->
<div id="content-wrapper">
<div class="colcuk1">
<h2><img class="ic_cir" alt="Dracos Logo" title="Open Sources" src="./Dracos Linux_files/ctnlogo1.png"></h2>
<h3>Lightweight and Powerful Penetration Testing OS</h3>
<div class="short-desc">
Dracos Linux is an open source operating system provides to penetration testing.
Packed with a ton of pentest tools including information gathering, forensics, malware analysis, mantaining access,
and reverse engineering.
<div class="button-wrap">
<a class="btn red" title="Services" href="https://dracos-linux.org/downloads.php" alt="Services">Download</a>
</div>
</div>
</div>
<div id="colcuk2">
<h3>Why Dracos Linux?</h3>
<div id="ftrbox">
<div class="ftrbox main">
<img class="ic_cir" alt="Open Source" title="Open Sources" src="./Dracos Linux_files/ic_foss_80x80.png">
<div class="box-title">
<h4>Open Source</h4>
</div>
<div class="box-details">
Everyone can use,study, modify, and redistribute.
</div>
</div>
<div class="ftrbox main">
<img class="ic_cir" alt="Performance" title="Performance" src="./Dracos Linux_files/ic_prfm_80x80.png">
<div class="box-title">
<h4>Performance</h4>
</div>
<div class="box-details">
Dracos is built to be fast, strong, and powerfull OS.
</div>
</div>
<div class="ftrbox main">
<img class="ic_cir" alt="Secure" title="Secure" src="./Dracos Linux_files/ic_secure_80x80.png">
<div class="box-title">
<h4>Safe & Secure</h4>
</div>
<div class="box-details">
We don't collect any your sensitive personal data.
</div>
</div>
</div>
</div>
</div>
<!-- End Content -->
<div id="footer-wrapper">
<div class="footer-content">
<div class="knowledge">
<b>Usefull Links: </b>
<a alt="News" title="News" href="https://dracos-linux.org/forum/viewforum.php?id=1">News</a> |
<a alt="Git" title="dracOs git repository" href="https://git.dracos-linux.org/">Git Repo</a> |
<a alt="Trello" title="dracos trello" href="https://trello.com/dracoslinuxteam">Trello</a> |
<a alt="Telegram" title="Telegram" href="https://t.me/dracoslinuxid">Telegram</a>
<br>
<b>Catch Us: </b>
<a alt="Facebook" title="Facebook" href="https://www.facebook.com/DracosLinux/" rel="nofollow"> Facebook</a> |
<a alt="Twitter" title="Twitter" href="https://twitter.com/dracoslinuxid" rel="nofollow"> Twitter</a> |
<a alt="Mail Us" title="Mail Us" href="mailto:[email protected]" rel="nofollow"> E-Mail</a>
</div>
<div class="btminfo">
Copyright © 2012 - <script type="text/javascript">document.write(new Date().getFullYear());</script>2021 <a title="dracOs" alt="dracOs" href="https://dracos-linux.org/">dracOs Linux</a> All right reserved<br>
</div>
</div>
</div>
<!-- Back to top -->
<a class="back-top" href="https://dracos-linux.org/#">
<i class="fa fa-angle-double-up"></i>
</a>
<!-- End back to top -->
</div>
</body></html>