This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kali-linux-2018.2-release.html
58 lines (56 loc) · 3.14 KB
/
kali-linux-2018.2-release.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" href="img/logo.png">
<title>Kali.Lo</title>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top">
<a class="navbar-brand nav-link" href="index.html">
<img width="100" src="img/Kali_Linux_2.0_wordmark.svg.png" >
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navLinks" aria-controls="navLinks" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="navbar-collapse collapse " id="navLinks">
<div class="navbar-nav">
<a class="navbar-item nav-link" href="about.html">About</a>
<a class="navbar-item nav-link" href="development.html">Development</a>
<a class="navbar-item nav-link" href="tools.html">Tools</a>
<a class="navbar-item nav-link" href="index.html#news">Latest News</a>
<a class="navbar-item nav-link" href="index.html#resources">Resources</a>
<a class="navbar-item nav-link" href="index.html#downloads">Downloads</a>
</div>
</div>
</nav>
<div class="container-fluid text-center justify-content-center">
<h1 style="margin-top: 89.8px;" class="mb-3">Kali Linux 2018.2 Release</h1>
<div class="row p-0" >
<div class="col-md-6 p-0">
<img width="100%" src="img/kali-linux-2018.2-release.jpg">
</div>
<div class="col-md-6 p-0">
<div class="text-left pl-3 pr-3" style="font-size:1.5em;">
<p>This Kali release is the first to include the Linux 4.15 kernel, which includes the x86 and x64 fixes for the much-hyped Spectre and Meltdown vulnerabilities. It also includes much better support for AMD GPUs and support for AMD Secure Encrypted Virtualization, which allows for encrypting virtual machine memory such that even the hypervisor can’t access it.</p>
<ul>
<li>Easier Metasploit Script Access</li>
<li>Package Updates</li>
</ul>
</div>
</div>
</div>
<footer class="fixed-bottom">
<h5>Kali Linux By Offensive Security © 2018</h5>
</footer>
</div>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>