https://github.com/blue0x1/kuara
Kuara is a C++ webshell designed specifically for Windows systems, allowing for web-accessible command execution.
https://github.com/blue0x1/kuara
redteam redteam-tools tools webshell webshells
Last synced: 4 days ago
JSON representation
Kuara is a C++ webshell designed specifically for Windows systems, allowing for web-accessible command execution.
- Host: GitHub
- URL: https://github.com/blue0x1/kuara
- Owner: blue0x1
- Created: 2023-08-28T22:13:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-29T01:31:38.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T06:44:16.545Z (over 1 year ago)
- Topics: redteam, redteam-tools, tools, webshell, webshells
- Language: C++
- Homepage:
- Size: 386 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Kuara Webshell
**Kuara** is a C++ webshell designed specifically for Windows systems, allowing for web-accessible command execution.
> :warning: **Disclaimer**: Kuara is intended for legal and authorized use only. Deploying it without proper authorization or for malicious activities is strictly discouraged and potentially illegal. Ensure proper permissions before operating on any systems.
## Features
- **Web Interface**: Command execution through a browser.
- **URL Decoding**: Ensures precise command interpretation.
- **FUD (Fully Undetectable)**: As of its last iteration, Kuara is undetectable.
## Prerequisites
- Windows OS
- g++ compiler (supporting C++11 or newer).
## Compilation
```bash
g++ -o kuara.exe KuaraWebShell.cpp -lws2_32
```
## Usage
1. **Launch the webshell**:
```bash
./kuara.exe
```
The web server will start on port 8080.
2. Access the shell in your browser at:
```bash
http://localhost:8080
```
Engage with the Kuara interface to input and execute system commands.
## Screenshots

