Projects STRLCPY Sirius Commits 9bb6a81c
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
     1 +# Sirius Scan
     2 +Sirius is the first truly open-source general purpose vulnerability scanner. Today, the information security community remains the best and most expedient source for cybersecurity intelligence. The community itself regularly outperforms commercial vendors. This is the primary advantage Sirius Scan intends to leverage.
     3 + 
     4 +The framework is built around four general vulnerability identification concepts: The vulnerability database, network vulnerability scanning, agent-based discovery, and custom assessor analysis. With these powers combined around an easy to use interface Sirius hopes to enable industry evolution.
     5 + 
     6 +## Getting Started
     7 +To run Sirius clone this repository and invoke the containers with `docker-compose`. Note that both `docker` and `docker-compose` must be installed to do this.
     8 + 
     9 +```
     10 +git clone https://github.com/SiriusScan/Sirius.git
     11 +cd Sirius
     12 +docker-compose up
     13 +```
Please wait...
Page is in error, reload to recover