An open API service indexing awesome lists of open source software.

https://github.com/5amu/zeus

Powerful and Fast automated local vulnerability scanner over a remote connection
https://github.com/5amu/zeus

authentication cvssv3 golang security-automation-framework security-tools vulnerability-scanners

Last synced: 4 months ago
JSON representation

Powerful and Fast automated local vulnerability scanner over a remote connection

Awesome Lists containing this project

README

          

Zeus


fast and reliable local vulnerability scanner

[![🔥 release](https://github.com/5amu/zeus/actions/workflows/release.yaml/badge.svg)](https://github.com/5amu/zeus/actions/workflows/release.yaml)
[![⚙️ tests](https://github.com/5amu/zeus/actions/workflows/tests.yaml/badge.svg)](https://github.com/5amu/zeus/actions/workflows/tests.yaml)

---

Zeus is used to assess the security of an Operating System using a remote connection. This is achieved by sending commands and checking matching specific rules to the output based on a plugin system.

## Install

You can instal from the release page of this repository, or using `go`:

```
go install -v github.com/5amu/zeus/cmd/zeus@latest
```

## Usage

```
zeus -h
```

This will display the help.

```

Last and reliable local vulnerability scanner over remote connection

Usage:
./zeus [flags]

Flags:
TARGET:
-u, -target string target host to scan
-l, -list string file containing targets to scan

OUTPUT:
-v, -verbose set output to verbose
-o, -output string set output file

PLUGINS:
-vp, -validate string validate specified plugin
-p, -plugin-path string path to get plugins from

DEBUG:
-V, -version show version and exit
-t, -threads int set the number of concurrent hosts to scan (default 4)

```