mirror of
https://github.com/davidalvarezp/websec-audit.git
synced 2026-06-23 11:48:28 +02:00
v1.0.1
This commit is contained in:
@@ -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)
|
||||
|
||||
---
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
</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
@@ -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">
|
||||
|
||||
[](https://github.com/davidalvarezp/websec-audit/releases)
|
||||
[](https://github.com/davidalvarezp/websec-audit/blob/main/LICENSE)
|
||||
[](https://www.gnu.org/software/bash/)
|
||||
[](https://github.com/davidalvarezp/websec-audit)
|
||||
[](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
@@ -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} | ${DATE_HUMAN} | v${TOOL_VERSION} by ${TOOL_AUTHOR}</div>
|
||||
</div>
|
||||
<div class="risk">${risk_label}</div>
|
||||
|
||||
Reference in New Issue
Block a user