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
- Host: GitHub
- URL: https://github.com/5amu/zeus
- Owner: 5amu
- Created: 2023-01-09T11:22:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T09:11:25.000Z (over 2 years ago)
- Last Synced: 2025-04-06T09:45:17.553Z (10 months ago)
- Topics: authentication, cvssv3, golang, security-automation-framework, security-tools, vulnerability-scanners
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

fast and reliable local vulnerability scanner
[](https://github.com/5amu/zeus/actions/workflows/release.yaml)
[](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)
```