Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blue0x1/kuara
https://github.com/blue0x1/kuara
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blue0x1/kuara
- Owner: blue0x1
- Created: 2023-08-28T22:13:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T01:31:38.000Z (over 1 year ago)
- Last Synced: 2023-09-08T15:26:48.888Z (over 1 year ago)
- Language: C++
- Size: 386 KB
- Stars: 0
- 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
![Kuara Screenshot 1](https://github.com/blue0x1/Kuara/raw/main/1.png)
![Kuara Screenshot 2](https://github.com/blue0x1/Kuara/raw/main/2.png)