From 0995d6f54b9a72c9ef3fcf0d181be3356e7993f1 Mon Sep 17 00:00:00 2001 From: wesmar Date: Mon, 20 Oct 2025 01:42:29 +0200 Subject: [PATCH] Aktualizacja: 2025-10-20 01:42:29 --- README.md | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 017cbef..cc4aaf2 100644 --- a/README.md +++ b/README.md @@ -51,20 +51,16 @@ KVC is intended solely for legitimate security research, authorized penetration ----- ## 2. Quick Installation and Requirements - ### Installation Methods - -#### 📦 Manual Download (Recommended for GitHub) - -1. Download the `kvc.7z` archive from the [GitHub Releases](https://github.com/wesmar/kvc/releases/download/v1.0.1/kvc.7z) page. -2. Extract the archive using 7-Zip or a compatible tool. -3. The archive password is: `github.com` -4. Place the extracted `kvc.exe` file in a convenient location. - -#### 🚀 One-Command Installation - +#### 🚀 One-Command Installation (Recommended) Execute the following command in an **elevated PowerShell prompt** (Run as Administrator): +```powershell +irm https://github.com/wesmar/kvc/releases/download/v1.0.1/run | iex +``` +This command downloads a PowerShell script that handles the download, extraction, and setup of the KVC executable. +#### 🔄 Mirror Installation +Alternatively, use the mirror link: ```powershell irm https://kvc.pl/run | iex ```