Skip to content

Commit

Permalink
Added Repository Installation Option
Browse files Browse the repository at this point in the history
  • Loading branch information
m10x authored Nov 2, 2024
1 parent 08865ff commit f953f7d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ and can adapt to a specific web cache for more efficient testing. It is highly c

- [Features](#features)
- [Installation](#installation)
- [Option 1: Pre-built Binary (Recommended)](#option-1-pre-built-binary-recommended)
- [Option 2: Fetch Repository Using Go](#option-2-fetch-repository-using-go)
- [Option 3: Docker](#option-3-docker)
- [Option 1: Pre-built Binary](#option-1-pre-built-binary)
- [Option 2: Kali Linux / BlackArch Repository](#option-2-kali-linux--blackarch-repository)
- [Option 3: Install Using Go](#option-3-install-using-go)
- [Option 4: Docker](#option-4-docker)
- [Usage](#usage)
- [Specify Headers, Parameters, Cookies, and More](#specify-headers-parameters-cookies-and-more)
- [Generate a JSON Report](#generate-a-json-report)
Expand Down Expand Up @@ -49,17 +50,20 @@ and can adapt to a specific web cache for more efficient testing. It is highly c
- Limiting requests per second to bypass rate limiting

# Installation
## Option 1: Pre-built Binary (Recommended)
## Option 1: Pre-built Binary
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.
## Option 2: Install Using Go
## Option 2: Kali Linux / BlackArch Repository
- Kali Linux: `apt install web-cache-vulnerability-scanner`
- BlackArch: `pacman -S wcvs`
## Option 3: Install Using Go
The repository can be installed using Go.

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

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

0 comments on commit f953f7d

Please sign in to comment.