mirror of
https://github.com/davidalvarezp/websec-audit.git
synced 2026-06-23 11:48:28 +02:00
1.5 KiB
1.5 KiB
Summary
Type of Change
- 🐛 Bug fix
- ✨ New feature / module
- 📝 Documentation update
- ♻️ Refactor (no functional changes)
- ⚡ Performance improvement
- 🔧 Chore / maintenance
Related Issue(s)
Changes Made
Module(s) Affected
- Recon
- Port Scan
- Fingerprint
- SSL/TLS
- HTTP Headers
- Dir/File Enum
- Nikto
- SQLi
- XSS
- CMS
- CORS
- Open Redirect
- SSRF
- Subdomain Takeover
- Nuclei
- Reporting / Output
- Install script
- Documentation
Testing
# Commands used to test
./websec-audit.sh -t https://REDACTED --your-new-option
- Tested on Debian / Ubuntu
- Tested with
--aggressivemode - Tested with
--stealthmode - Tested with
--skip-<module>to ensure skip works shellcheck -S warning websec-audit.shpasses with zero warnings
Checklist
- Code follows the style guidelines in CONTRIBUTING.md
- Self-review completed
- New module added to
README.mdmodule table CHANGELOG.mdupdated under[Unreleased]- No hardcoded credentials, IPs, or sensitive data
- All findings go through
add_finding()— not written directly to files