-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>OWASP Noir</title>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css'>
<link rel="stylesheet" href="./style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#181919">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- partial:index.partial.html -->
<section class="showcase">
<div class="content">
<img src="https://github.com/owasp-noir/noir-artwork/raw/main/logos/owasp-noir-white.png" style="width: 400px;">
<h3>Attack surface detector that identifies endpoints by static analysis</h3>
<a href="https://github.com/owasp-noir" class="btn">Github</a>
<a href="/noir/" class="btn">Documentation</a>
<a href="https://owasp.org/www-project-noir/" class="btn">OWASP Project</a>
</div>
</section>
<section id="about">
<h1>About</h1>
<p>
OWASP Noir is an open-source project specializing in identifying attack surfaces for enhanced whitebox security testing and security pipeline.
This includes the capability to discover API endpoints, web endpoints, and other potential entry points within source code for thorough security analysis.
</p>
</section>
<!-- partial -->
</body>
</html>