verdex

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2025 License: MIT Imports: 17 Imported by: 0

README ยถ

Verdex screenshot

Verdex is a fast, collaborative, and open-source tool designed to detect online service versions through feature-based analysis, even when traditional versioning information is unavailable. Verdex also determines the accurate vulnerabilities associated with the detected versions.

๐ŸŒช๏ธ Instead of relying on exposed headers, Verdex quickly analyzes the features present on a service. For example, if a feature was introduced in a specific version, Verdex uses this information to deduce the minimum version of the service (see How It Works for more information).

๐Ÿชถ Verdex relies solely on non-aggressive methods, in particular by using mostly static assets (javascript, css and html files).

๐ŸŽฏ Currently, Verdex supports detecting versions of Keycloak, NextCloud, Rocket.Chat and Mastodon (see Products documentation).

โš ๏ธ Any unauthorized use of Verdex to analyze or exploit online services is strictly prohibited and violates both our license agreement and applicable laws. Verdex must be used with explicit authorization from the owner or administrator of the targets being scanned.

โšก Browser version

An online version of Verdex is available at https://verdexlab.io

This version is still in beta, don't hesitate to let us know if you encounter any problems!

๐Ÿ“– Documentation

The entire tool documentation is available at https://docs.verdexlab.io

๐Ÿš€ Install Verdex

Using Go:

go install -v github.com/verdexlab/verdex@latest

or using Docker:

echo 'alias verdex="docker run --rm verdexlab/verdex:latest"' >> ~/.bashrc
source ~/.bashrc

๐Ÿ“– Read documentation for more installation options: https://docs.verdexlab.io/quickstart

๐ŸŒช๏ธ Run version detection

verdex -target https://keycloak.example.com -output-json ./results.json

๐Ÿ“– Read documentation for more detection options: https://docs.verdexlab.io/essentials/options

License

Verdex is distributed under MIT License.

Documentation ยถ

The Go Gopher

There is no documentation for this package.

Directories ยถ

Path Synopsis
verdex
api
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL