Skip to content

Pluppen/Zecas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zecas

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.

Getting started

To start off running this project.

Add relevant values to .env files in frontend and backend directories.

General

cd backend
docker compose up -d

Frontend

Move to frontend directory

cd frontend

Install dependencies

npm i --force

Run astro dev

npm run dev

Backend

Run backend go file.

cd backend
go run /cmd/api/main.go

Worker

Run worker go file.

cd backend
go run /cmd/worker/main.go

Documentation

Coming soon...

Contribute

Coming soon...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published