An open API service indexing awesome lists of open source software.

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.

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

![Kuara Screenshot 1](https://github.com/blue0x1/Kuara/raw/main/1.png)

![Kuara Screenshot 2](https://github.com/blue0x1/Kuara/raw/main/2.png)