This projects serves the website at https://pentestreports.com .
- Curated list of public pentest reports
- Records of most popular CNA, CWE and CVE
- Database of security commands, tools and apps
- Pentest report templates ready to use
The project includes interactive Swagger/OpenAPI documentation served at /docs. The schema is defined in app/api/openapi/route.ts and must be kept up to date whenever API endpoints are created, modified, or removed.
- Node
- MongoDB
npm install
npm run dev