Skip to content

Commit f953f7d

Browse files
authored
Added Repository Installation Option
1 parent 08865ff commit f953f7d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ and can adapt to a specific web cache for more efficient testing. It is highly c
1414

1515
- [Features](#features)
1616
- [Installation](#installation)
17-
- [Option 1: Pre-built Binary (Recommended)](#option-1-pre-built-binary-recommended)
18-
- [Option 2: Fetch Repository Using Go](#option-2-fetch-repository-using-go)
19-
- [Option 3: Docker](#option-3-docker)
17+
- [Option 1: Pre-built Binary](#option-1-pre-built-binary)
18+
- [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)
2021
- [Usage](#usage)
2122
- [Specify Headers, Parameters, Cookies, and More](#specify-headers-parameters-cookies-and-more)
2223
- [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
4950
- Limiting requests per second to bypass rate limiting
5051

5152
# Installation
52-
## Option 1: Pre-built Binary (Recommended)
53+
## Option 1: Pre-built Binary
5354
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
5559
The repository can be installed using Go.
5660

5761
go1.21 and higher
5862
```
5963
go install -v github.com/Hackmanit/Web-Cache-Vulnerability-Scanner@latest
6064
```
6165

62-
## Option 3: Docker
66+
## Option 4: Docker
6367
### 1. Clone repository or download the [latest source code release](https://github.com/Hackmanit/Web-Cache-Vulnerability-Scanner/releases/latest)
6468
### 2. Build image (the wordlists folder will also be copied)
6569
```

0 commit comments

Comments
 (0)