Skip to content

Web-App to scan your NoSQL databases

Notifications You must be signed in to change notification settings

Morzan6/NoSQL-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoSQL-scanner

About NoSQL-scanner

Project for Predprof Olympiad 2024.

Web-App to scan vulnerabilities in NoSQL databases.

Installation

If you want to start NoSQL-scanner locally, you need to install docker and docker-compose.

After the installation run this command:

make up
# or
docker compose -f docker-compose-dev.yaml up -d

To shutdown the service, run this command:

make down
# or
docker compose -f docker-compose-dev.yaml down

For additional commands see make help

make help