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 -d
Move to frontend directory
cd frontend
Install dependencies
npm i --force
Run astro dev
npm run dev
Run backend go file.
cd backend
go run /cmd/api/main.go
Run worker go file.
cd backend
go run /cmd/worker/main.go
Coming soon...
Coming soon...