├── .gitignore ├── CVE-2019-16097.py ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilAdan0s/CVE-2019-16097/HEAD/.gitignore -------------------------------------------------------------------------------- /CVE-2019-16097.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilAdan0s/CVE-2019-16097/HEAD/CVE-2019-16097.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilAdan0s/CVE-2019-16097/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evilAdan0s/CVE-2019-16097/HEAD/README.md --------------------------------------------------------------------------------