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
/
development.html
52 lines (49 loc) · 3.81 KB
/
development.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
<!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">
<div class="row dev" >
<div class="col-md-5 col-sm-6 text-left fa-1x" style="margin-top:90px; top:0; color:#fff">
<p>Kali Linux has over 600 preinstalled penetration-testing programs, including Armitage (a graphical cyber attack management tool), Nmap (a port scanner), Wireshark (a packet analyzer), John the Ripper password cracker, Aircrack-ng (a software suite for penetration-testing wireless LANs), Burp suite and OWASP ZAP web application security scanners. Kali Linux can run natively when installed on a computer's hard disk, can be booted from a live CD or live USB, or it can run within a virtual machine. It is a supported platform of the Metasploit Project's Metasploit Framework, a tool for developing and executing security exploits.</p>
<p>It was developed by Mati Aharoni and Devon Kearns of Offensive Security through the rewrite of BackTrack, their previous information security testing Linux distribution based on Knoppix. The third core developer Raphaël Hertzog joined them as a Debian expert.</p>
<p>Kali Linux is based on Debian Testing. Most packages Kali uses are imported from the Debian repositories</p>
<p>Kali Linux is developed using a secure environment with only a small number of trusted people that are allowed to commit packages, with each package being digitally signed by the developer. Kali also has a custom-built kernel that is patched for 802.11 wireless injection. This was primarily added because the development team found they needed to do a lot of wireless assessments.</p>
</div>
</div>
<footer>
<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>