├── Dockerfile ├── LICENSE ├── README.md ├── ReadMe.assets └── image-20210910162235855.png ├── config └── haproxy.cfg ├── docker-compose.yml ├── main.py └── payload /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donky16/CVE-2021-40346-POC/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donky16/CVE-2021-40346-POC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donky16/CVE-2021-40346-POC/HEAD/README.md -------------------------------------------------------------------------------- /ReadMe.assets/image-20210910162235855.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donky16/CVE-2021-40346-POC/HEAD/ReadMe.assets/image-20210910162235855.png -------------------------------------------------------------------------------- /config/haproxy.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donky16/CVE-2021-40346-POC/HEAD/config/haproxy.cfg -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donky16/CVE-2021-40346-POC/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donky16/CVE-2021-40346-POC/HEAD/main.py -------------------------------------------------------------------------------- /payload: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donky16/CVE-2021-40346-POC/HEAD/payload --------------------------------------------------------------------------------