├── Dockerfile ├── LICENSE ├── README.md ├── exploit.sh └── main.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0kx/exploit-CVE-2015-1427/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0kx/exploit-CVE-2015-1427/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0kx/exploit-CVE-2015-1427/HEAD/README.md -------------------------------------------------------------------------------- /exploit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0kx/exploit-CVE-2015-1427/HEAD/exploit.sh -------------------------------------------------------------------------------- /main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t0kx/exploit-CVE-2015-1427/HEAD/main.sh --------------------------------------------------------------------------------