Sunday, June 19, 2022
HomeHackerCollaborative Platform For Pentesters Or Purple Groups Who Need To Save Time...

Collaborative Platform For Pentesters Or Purple Groups Who Need To Save Time To Handle Their Tasks, Shoppers, Vulnerabilities And Studies In One Place




Cervantes is an opensource collaborative platform for pentesters or crimson groups who need to save time to handle their initiatives, shoppers, vulnerabilities and experiences in a single place.

Options

  • OpenSource
  • Multiplatform
  • Multilanguage
  • Group Collaboration
  • BuiltIn dashbaords and analytics
  • Handle your shoppers and Offensive Safety initiatives
  • One click on experiences creation
  • And extra

Runtime necessities

Tips on how to run it domestically with Docker compose

  1. First you could clone this repository
git clone https://github.com/CervantesSec/docker.git
  1. After that you could begin your docker containers:
docker-compose -p Cervantes up -d
  1. After this, open your browser at http://localhost

  2. Default Person is:

Tips on how to run it domestically from supply

  1. Set up dotnet sdk from https://dotnet.microsoft.com/en-us/obtain

  2. Set up PostgreSQL https://www.postgresql.org/obtain/

  3. Clone this repository

git clone https://github.com/CervantesSec/cervantes.git
  1. In Cervantes.Internet -> appsettings.json edit the DefaultConnection along with your database parameters
{
"ConnectionStrings": {
"DefaultConnection": "Server=localhost;Database=cervantes;Username=postgres;Password=postgres"
},
"Logging": {
"LogLevel": {
"Default": "Hint",
"Microsoft": "Warning",
"Microsoft.Internet hosting.Lifetime": "Info",
"Cervantes.*": "Hint"
}
},
"AllowedHosts": "*",
"EmailConfiguration": {
"SmtpServer": "smtp.office365.com",
"SmtpPort": 587,
"SmtpUsername": "EMAIL",
"SmtpPassword": "PASSWORD"
}
}
  1. NOTE in case your utilizing linux set up wkhtmltopdf and and replica the wkhtmltopdf and wkhtmltoimage from /usr/bin to /CERVANTES_PATH/Cervantes.Internet/wwwroot/Rotativa/Linux/

  2. Run the venture

dotnet run --project /CERVANTES_PATH/Cervantes.Internet/
  1. After this, open your browser at http://localhost:5001

  2. Default Person is:

Tips on how to contribute

Listed here are some issues you would do to turn out to be a contributor:

  • ★ Star this venture on Github ★
  • Recommend new options or concepts
  • Enhance the code of the platform elements
  • Report safety points

Earlier than you leap to make any adjustments be sure to have learn the contributing tips. This might save us all time. Thanks!

Tips on how to report bugs

You probably have bugs to report please use the points tab on Github to submit the main points.



RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments