Cervantes is an opensource collaborative platform for pentesters or red teams who want to save time to manage their projects, clients, vulnerabilities and reports in one place.
- OpenSource
- Multiplatform
- Multilanguage
- Team Collaboration
- BuiltIn dashbaords and analytics
- Manage your clients and Offensive Security projects
- One click reports creation
- And more
- Docker
- Docker compose
- First you need to clone this repository
git clone https://github.com/CervantesSec/docker.git
- After that you need to start your docker containers:
docker-compose -p cervantes -f docker-compose.yml up -d
- After this, open your browser at http://localhost or https://localhost and you will see the Cervantes login page.
When you first launch the Cervantes application, a default user is created for you. The default username is admin@cervantes.local
.
The password for this user is generated randomly during the creation of the application container and the first launch of the application. This means that the password is unique for each instance of the application and provides an additional layer of security.
Please note that it's important to change the default password as soon as possible to ensure the security of your application. You can do this by logging in with the default user and navigating to the user settings page.
Remember, the security of your application is paramount. Always use strong, unique passwords and change them regularly.
Here are some things you could do to become a contributor:
- ★ Star this project on Github ★
- Suggest new features or ideas
- Improve the code of the platform components
- Report security issues
Before you jump to make any changes make sure you have read the contributing guidelines. This would save us all time. Thanks!
If you have bugs to report please use the issues tab on Github to submit the details.