-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (59 loc) · 2.48 KB
/
Copy pathindex.html
File metadata and controls
60 lines (59 loc) · 2.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hackurity.io | The Standard for Cyber Security</title>
<link rel="stylesheet" href="./font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="./img/logo.png" alt="Logo">
<ul>
<li><a href="#">COMPANY</a></li>
<li><a href="#">SOLUTIONS</a></li>
<li><a href="#">RESOURCES</a></li>
<li><a href="#">NEWS</a></li>
<li><a href="#">CONTACT</a></li>
</ul>
<button>BOOK A DEMO</button>
</header>
<div class="container">
<section>
<h1>Push Button Pentesting</h1>
<p>________</p>
<h1>For small IT teams</h1>
</section>
<div class="discovery">
<div>
<h3>Let us fully automate the discovery and exploitation of vulnerabilities so you don’t have to</h3>
<p>________</p>
<h4>Hackurity is that extra pair of hands for small IT teams contextualising risk within a single dashboard.</h4>
</div>
<img src="./img/padlock_image.png" alt="padlock">
</div>
<div class="push-trusted">
<div class="push">
<h2>push button pentesting</h2>
<p>/ pʊʃˌbʌtᵊn / pʊʃ ˈbʌtᵊn /</p>
<p>noun</p>
<ul>
<li><h4> the process of pushing a button to initiate a fully automated sequence of a penetration test</h4></li>
<p>“The Head of IT had too many screens to manage so he implemented a push button pentesting solution”</p>
<li><h4> a cyber security solution coined by Hackurity.io in 2021 exclusively tailored to small IT teams</h4></li>
</ul>
</div>
<div class="trusted">
<h2>Hackurity is trusted by</h2>
<div class="imgs">
<img src="./img/Atlas_hotels_logo.png" alt="Atlas_Hotel">
<img src="./img/Phoenix_futures_logo.png" alt="Phoenix_futures">
<img src="./img/Redmayne_logo.png" alt="Redmayne">
<img src="./img/Testamento_logo.png" alt="Testamento">
</div>
</div>
</div>
</div>
</body>
</html>