This commit is contained in:
davidalvarezp
2026-03-23 16:20:01 +01:00
parent 2a1061cc39
commit 3c4f6449b4
5 changed files with 8 additions and 18 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ Automates 15+ attack surface modules, generates structured logs, and produces pr
[Features](#-features) · [Installation](#-installation) · [Usage](#-usage) · [Modules](#-modules) · [Output](#-output-structure) · [Contributing](#-contributing)
---
![WebSec-Audit Start](https://raw.githubusercontent.com/davidalvarezp/websec-audit/main/docs/demo_start.png)
![WebSec-Audit Start](https://raw.githubusercontent.com/davidalvarezp/websec-audit/main/demo/1_start.png)
![WebSec-Audit End](https://raw.githubusercontent.com/davidalvarezp/websec-audit/main/docs/demo_end.png)
![WebSec-Audit End](https://raw.githubusercontent.com/davidalvarezp/websec-audit/main/demo/2_end.png)
</div>

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

+4 -14
View File
@@ -1,5 +1,5 @@
---
title: WebSec-Audit
title: Web Security Audit Framework
description: Professional Web Security Audit Framework — modular, extensible, Bash-native.
hide:
- navigation
@@ -7,20 +7,10 @@ hide:
---
<div class="ws-hero">
<h1>🔐 WebSec-Audit</h1>
<h1>WebSec-Audit</h1>
<p class="ws-tagline">Professional Web Security Audit Framework — modular, extensible, Bash-native</p>
</div>
<div style="text-align:center;margin-bottom:2.5rem">
[![Version](https://img.shields.io/badge/version-1.0.1-blue?style=flat-square)](https://github.com/davidalvarezp/websec-audit/releases)
[![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](https://github.com/davidalvarezp/websec-audit/blob/main/LICENSE)
[![Bash](https://img.shields.io/badge/bash-5.0%2B-orange?style=flat-square)](https://www.gnu.org/software/bash/)
[![Platform](https://img.shields.io/badge/platform-Debian%20%7C%20Ubuntu%20%7C%20Kali-lightgrey?style=flat-square)](https://github.com/davidalvarezp/websec-audit)
[![CI](https://img.shields.io/github/actions/workflow/status/davidalvarezp/websec-audit/ci.yml?label=CI&style=flat-square)](https://github.com/davidalvarezp/websec-audit/actions)
</div>
!!! danger "Legal Notice"
This tool is intended **exclusively for authorised security assessments**.
Only run it against systems you own or have **explicit written permission** to test.
@@ -28,9 +18,9 @@ hide:
---
## What is websec-audit?
## What is WebSec-Audit?
**websec-audit** is a Bash framework that automates comprehensive web application security audits.
**WebSec-Audit** is a Bash framework that automates comprehensive web application security audits.
It integrates **15+ independent modules** — from passive reconnaissance to active exploitation —
and produces professional findings reports in three formats.
+2 -2
View File
@@ -2173,7 +2173,7 @@ generate_reports() {
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>websec-audit — ${TARGET_DOMAIN}</title>
<title>WebSec-Audit — ${TARGET_DOMAIN}</title>
<style>
:root{--bg:#0d1117;--bg2:#161b22;--bg3:#21262d;--br:#30363d;
--tx:#c9d1d9;--mu:#8b949e;--gn:#3fb950;--bl:#58a6ff;
@@ -2243,7 +2243,7 @@ footer{text-align:center;color:var(--mu);font-size:11px;padding:20px;
<body>
<header>
<div>
<h1>🔐 websec-audit — Security Report</h1>
<h1>WebSec-Audit — Security Report</h1>
<div class="sub">${TARGET} &nbsp;|&nbsp; ${DATE_HUMAN} &nbsp;|&nbsp; v${TOOL_VERSION} by ${TOOL_AUTHOR}</div>
</div>
<div class="risk">${risk_label}</div>