You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@ Verdex also **determines the accurate vulnerabilities** associated with the dete
7
7
8
8
🔧 Instead of relying on exposed headers, Verdex quickly analyzes the features present on a service.
9
9
For example, **if a feature was introduced in a specific version, Verdex uses this information to deduce the
10
-
minimum version of the service** (see [How It Works](https://verdex-docs.mintlify.app/how-it-works) for more information).
10
+
minimum version of the service** (see [How It Works](https://docs.verdexlab.io/how-it-works) for more information).
11
11
12
12
🪶 Verdex relies solely on **non-aggressive methods**, in particular by using mostly static assets (javascript, css and html files).
13
13
14
-
🎯 Currently, Verdex supports detecting versions of **Keycloak** and **NextCloud** (see [Products](https://verdex-docs.mintlify.app/essentials/products) documentation).
14
+
🎯 Currently, Verdex supports detecting versions of **Keycloak** and **NextCloud** (see [Products](https://docs.verdexlab.io/essentials/products) documentation).
15
15
16
-
🌪️ Verdex has a Standard mode and an Expert mode with more advanced features, such as [vulnerabilities listing](https://verdex-docs.mintlify.app/expert/vulnerabilities).
16
+
🌪️ Verdex has a Standard mode and an Expert mode with more advanced features, such as [vulnerabilities listing](https://docs.verdexlab.io/expert/vulnerabilities).
17
17
18
18
⚠️ 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**.
19
19
20
20
## 📖 Documentation
21
-
The entire tool documentation is available at [https://verdex-docs.mintlify.app](https://verdex-docs.mintlify.app)
21
+
The entire tool documentation is available at [https://docs.verdexlab.io](https://docs.verdexlab.io)
22
22
23
23
## 🚀 Install Verdex
24
24
@@ -34,7 +34,7 @@ source ~/.bashrc
34
34
```
35
35
36
36
> 📖 Read documentation for more installation options:
Copy file name to clipboardexpand all lines: verdex/ui/detection_cves.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ func RenderDetectionCVEs(execution *core.Execution, data *api.CVEsData, isApiKey
21
21
22
22
log.Info().Msgf(color.New(color.BgRed, color.FgWhite).Sprint(" ✗ ")+" Target is %s, %s on detected version", color.New(color.Bold, color.FgRed).Sprint("vulnerable"), color.New(color.Bold).Sprintf("%d CVE found", data.Total))
23
23
if!isApiKeyValid {
24
-
log.Info().Msg("Use valid API key (-key) to list vulnerabilities and get update recommendations, see https://verdex-docs.mintlify.app/expert/vulnerabilities")
24
+
log.Info().Msg("Use valid API key (-key) to list vulnerabilities and get update recommendations, see https://docs.verdexlab.io/expert/vulnerabilities")
0 commit comments