Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pandh4cker/pandagik
- Owner: PandH4cker
- Created: 2022-04-26T17:12:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T17:22:02.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T07:08:30.405Z (3 months ago)
- Topics: exploit, imagemagick, python3, rce
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LPORTImageTragick Exploit
positional arguments:
LHOST Listening IP
LPORT Listening Portoptions:
-h, --help show this help message and exitFile 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
```