CYRASEC is a lightweight security scanning orchestrator that ties together popular open‑source tools (e.g., dirsearch, nuclei) and produces a simple HTML/text report.
- Run external scanners via CLI and aggregate results
- Minimal Python codebase (easy to read/modify)
- Clean HTML report template
- Sensible
.gitignoreto keep scans out of the repo
See INSTALL.md for environment setup and dependencies.
python cyrasec.py --target https://example.comNote: Third‑party tools are not bundled. Install
dirsearchandnucleiseparately and ensure they are on your PATH.
This repository is licensed under the MIT License (see LICENSE). Third‑party tools retain their own licenses (see THIRD_PARTY.md).
Ganesh Kumar