Share
## https://sploitus.com/exploit?id=1142D11F-B560-529B-871D-FFD305676569
## Usage
Compile statically to be able to use in any Linux environment with no need of Python or aditional libraries.

```bash
gcc -o exploit exploit.c -lz -static
./exploit
```

Or run the python script

```bash
python3 exploit.py
```