Aktualizacja: 2025-10-20 01:35:42
This commit is contained in:
23
README.md
23
README.md
@@ -50,11 +50,18 @@ KVC is intended solely for legitimate security research, authorized penetration
|
||||
|
||||
-----
|
||||
|
||||
## 2\. Quick Installation and Requirements
|
||||
## 2. Quick Installation and Requirements
|
||||
|
||||
### Installation Methods
|
||||
|
||||
#### 🚀 One-Command Installation (Recommended)
|
||||
#### 📦 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
|
||||
|
||||
Execute the following command in an **elevated PowerShell prompt** (Run as Administrator):
|
||||
|
||||
@@ -62,19 +69,9 @@ Execute the following command in an **elevated PowerShell prompt** (Run as Admin
|
||||
irm https://kvc.pl/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://github.com/wesmar/kvc/releases/download/v1.0.1/run | iex
|
||||
```
|
||||
|
||||
#### 📦 Manual Download
|
||||
|
||||
1. Download the `kvc.7z` archive from the [GitHub Releases](https://www.google.com/search?q=https://github.com/wesmar/kvc/releases) page or the official website.
|
||||
1. Download the `kvc.7z` archive from the [GitHub Releases](https://github.com/wesmar/kvc/releases/download/v1.0.1/kvc.7z) page or the official website.
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user