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
-[Option 2: Kali Linux / BlackArch Repository](#option-2-kali-linux--blackarch-repository)
19
+
-[Option 3: Install Using Go](#option-3-install-using-go)
20
+
-[Option 4: Docker](#option-4-docker)
20
21
-[Usage](#usage)
21
22
-[Specify Headers, Parameters, Cookies, and More](#specify-headers-parameters-cookies-and-more)
22
23
-[Generate a JSON Report](#generate-a-json-report)
@@ -49,17 +50,20 @@ and can adapt to a specific web cache for more efficient testing. It is highly c
49
50
- Limiting requests per second to bypass rate limiting
50
51
51
52
# Installation
52
-
## Option 1: Pre-built Binary (Recommended)
53
+
## Option 1: Pre-built Binary
53
54
Prebuilt binaries of WCVS are provided on the [releases page](https://github.com/Hackmanit/Web-Cache-Vulnerability-Scanner/releases). These releases include 2 default wordlists, as well.
54
-
## Option 2: Install Using Go
55
+
## Option 2: Kali Linux / BlackArch Repository
56
+
- Kali Linux: `apt install web-cache-vulnerability-scanner`
57
+
- BlackArch: `pacman -S wcvs`
58
+
## Option 3: Install Using Go
55
59
The repository can be installed using Go.
56
60
57
61
go1.21 and higher
58
62
```
59
63
go install -v github.com/Hackmanit/Web-Cache-Vulnerability-Scanner@latest
60
64
```
61
65
62
-
## Option 3: Docker
66
+
## Option 4: Docker
63
67
### 1. Clone repository or download the [latest source code release](https://github.com/Hackmanit/Web-Cache-Vulnerability-Scanner/releases/latest)
64
68
### 2. Build image (the wordlists folder will also be copied)
0 commit comments