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.
Features
OpenSource Multiplatform Multilanguage Team Collaboration BuiltIn dashbaords and analytics Manage your clients and Offensive Security projects One click reports creation And moreRuntime requirements
Docker Docker composeHow to run it locally with Docker compose
First you need to clone this repositoryAfter this, open your browser at http://localhost
Default User is:
How to run it locally from source
Install dotnet sdk from https://dotnet.microsoft.com/en-us/download
Install PostgreSQL https://www.postgresql.org/download/
Clone this repository
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=cervantes;Username=postgres;Password=postgres"
},
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"Cervantes.*": "Trace"
}
},
"AllowedHosts": "*",
"EmailConfiguration": {
"SmtpServer": "smtp.office365.com",
"SmtpPort": 587,
"SmtpUsername": "EMAIL",
"SmtpPassword": "PASSWORD"
}
}
NOTE if your using linux install wkhtmltopdf and and copy the wkhtmltopdf and wkhtmltoimage from /usr/bin to /CERVANTES_PATH/Cervantes.Web/wwwroot/Rotativa/Linux/
Run the project
After this, open your browser at http://localhost:5001
Default User is:
How to contribute
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 issuesBefore you jump to make any changes make sure you have read the contributing guidelines. This would save us all time. Thanks!
How to report bugs
If you have bugs to report please use the issues tab on Github to submit the details.