Welcome to the frontend repository of Security C4PO, an open-source pentest reporting tool. Security C4PO is a powerful, user-friendly tool designed to simplify the process of generating professional pentest reports. It aims to streamline and automate the often time-consuming task of creating comprehensive reports by providing an intuitive web-based interface that facilitates the content of the OWASP TESTING GUIDE.
This repository contains the codebase of Security C4PO, built with an Angular Frontend and two Spring Boot Backend Microservices.
- Pull all images:
docker image pull --all-tags cellecram/security-c4po
- Create network:
docker network create -d bridge c4po
- Start images:
docker run --network=c4po --name c4po-keycloak -d -p 8080:8080 cellecram/security-c4po:keycloak
docker run --network=c4po --name c4po-db -d -p 27017:27017 cellecram/security-c4po:mongo
docker run --network=c4po --name c4po-angular -d -p 4200:4200 cellecram/security-c4po:angular
docker run --network=c4po -e "SPRING_PROFILES_ACTIVE=COMPOSE" --name c4po-api -d -p 8443:8443 cellecram/security-c4po:api
docker run --network=c4po -e "SPRING_PROFILES_ACTIVE=COMPOSE" --name c4po-reporting -d -p 8444:8444 cellecram/security-c4po:reporting
Execute c4po-prod.sh
and all services will be pulled from Docker Hub and started.
You can reach the application by entering http://localhost:4200 in you browser.
- Docker / Docker-compose
- OpenJDK 11
- Node 16.20.2 / npm 8.19.4
- MongoDB 4.4.6
- mongoDB Compass
- Postman
- Jaspersoft Studio
- Branch:
<initial>_c4po_<issuenumber>
- Commit:
feat: <What was implemented?>
orfix: <What got fixed?>
Execute c4po-dev.sh
and all services will run on a dev server.
You can reach the application by entering http://localhost:4200 in you browser.
- Username: c4po
- Password: Test1234!
Contributions to Security C4PO are welcome! If you'd like to contribute to the project, please follow the guidelines outlined in the CONTRIBUTING.md file.
Security C4PO is licensed under the Apache License 2.0 License. Please see the LICENSE file for more information.
We hope you find Security C4PO useful for managing and generating pentest reports. If you encounter any issues or have suggestions for improvement, please feel free to create an issue on the issue tracker.