├── CVE-2019-0211-apache ├── README.md └── cfreal-carpediem.php ├── CVE-2019-6977-imagecolormatch ├── README.md └── exploit.php ├── README.md ├── gctf-2019-glotto ├── exploit.py └── glotto.php └── php-SplDoublyLinkedList-offsetUnset ├── README.md └── exploit.php /CVE-2019-0211-apache/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/CVE-2019-0211-apache/README.md -------------------------------------------------------------------------------- /CVE-2019-0211-apache/cfreal-carpediem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/CVE-2019-0211-apache/cfreal-carpediem.php -------------------------------------------------------------------------------- /CVE-2019-6977-imagecolormatch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/CVE-2019-6977-imagecolormatch/README.md -------------------------------------------------------------------------------- /CVE-2019-6977-imagecolormatch/exploit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/CVE-2019-6977-imagecolormatch/exploit.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/README.md -------------------------------------------------------------------------------- /gctf-2019-glotto/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/gctf-2019-glotto/exploit.py -------------------------------------------------------------------------------- /gctf-2019-glotto/glotto.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/gctf-2019-glotto/glotto.php -------------------------------------------------------------------------------- /php-SplDoublyLinkedList-offsetUnset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/php-SplDoublyLinkedList-offsetUnset/README.md -------------------------------------------------------------------------------- /php-SplDoublyLinkedList-offsetUnset/exploit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cfreal/exploits/HEAD/php-SplDoublyLinkedList-offsetUnset/exploit.php --------------------------------------------------------------------------------