diff --git a/README.md b/README.md index 01020ae..42653c5 100644 --- a/README.md +++ b/README.md @@ -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) @@ -49,9 +50,12 @@ 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 @@ -59,7 +63,7 @@ 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) ```