-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (88 loc) · 4.54 KB
/
Copy pathindex.html
File metadata and controls
99 lines (88 loc) · 4.54 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Secrover - Open-Source Security Reports, Made Simple</title>
<meta name="description" content="Secrover is a free and open-source tool that generates clear, professional security audit reports, without paywalls or proprietary SaaS. Just useful insights you can trust and share.">
<link rel="stylesheet" href="style.css?v=080820251941">
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
</head>
<body>
<div id="main">
<div id="header">
<a href="/">
<img id="logo" src="assets/secrover.svg" alt="Secrover" />
</a>
<div id="header-content">
<h1>Open-Source Security Reports, Made Simple</h1>
<h2>100% free. No paywalls, just actionable insights.</h2>
<p>
Secrover is a free and open-source tool that generates clear, professional security audit reports, without paywalls or proprietary SaaS. Just useful insights you can trust and share.
</p>
<div class="cta-buttons mb-40">
<a href="https://github.com/Secrover/Secrover" target="_blank" class="button">
<img src="assets/github.svg">
View on GitHub
</a>
<a href="https://github.com/Secrover/secrover-demo" target="_blank" class="button button-secondary">
<img src="assets/arrow-right-circle.svg">
See It in Action!
</a>
</div>
</div>
<h3>Built for developers, security engineers, and agencies who need to deliver trustworthy security audits, fast.</h3>
<img src="assets/dependencies.png" id="screenshot">
</div>
<section id="content">
<div class="d-grid d-grid-responsive d-gap-40 featured mb-40">
<img src="assets/config.png" alt="Secrover Config Screenshot">
<div>
<h2>One config file, zero complexity</h2>
<p>
Get started fast with a single YAML config where you define your repositories and domains, that’s it.
</p>
</div>
</div>
<div class="d-grid d-grid-responsive d-grid-responsive-invert d-gap-40 featured mb-40">
<div>
<h2>Set up in a single command</h2>
<p>
No installation hassle, just run one simple Docker command and Secrover will start scanning your projects.
</p>
</div>
<img src="assets/docker.png" alt="Secrover Setup Screenshot">
</div>
<div class="d-grid d-grid-responsive d-gap-40 featured mb-40">
<img src="assets/domains.png" alt="Secrover Report Screenshot">
<div>
<h2>Sharable reports your clients will trust</h2>
<p>
Secrover generates polished, professional reports you can hand directly to clients, teams, or stakeholders.
Every report is backed by an open-source, transparent auditing engine, no black boxes, no surprises.
</p>
</div>
</div>
<div class="cta-section">
<div class="cta-message">
<h2>Start auditing in minutes, no sign-up, no lock-in.</h2>
<p>Secrover is free, open-source, and built for developers and security professionals who value transparency and simplicity.</p>
</div>
<div class="cta-buttons">
<a href="https://github.com/Secrover/Secrover" target="_blank" class="button">
<img src="assets/github.svg" alt="GitHub Icon">
View on GitHub
</a>
<a href="https://github.com/Secrover/secrover-demo" target="_blank" class="button button-secondary">
<img src="assets/arrow-right-circle.svg" alt="Demo Icon">
See It in Action!
</a>
</div>
</div>
</section>
</div>
<footer id="footer">
© 2026 Secrover All rights reserved - Made in 🇫🇷 by <a href="https://hugo-posnic.fr/en/" target="_blank">Hugo Posnic</a>
</footer>
</body>
</html>