Zecas is a general tool for running scans that gathers data about targets, different scanners can be used to gather different information such as findings, port openings, new targets.
The goal with the project is to make a platform that enables easy management and accessibility to security information regarding multiple targets.
To start off running this project.
Add relevant values to .env files in frontend and backend directories.
cd backend
docker compose up -dMove to frontend directory
cd frontend
Install dependencies
npm i --forceRun astro dev
npm run devRun backend go file.
cd backend
go run /cmd/api/main.goRun worker go file.
cd backend
go run /cmd/worker/main.goComing soon...
Coming soon...