# CVE-2019-7609-KibanaRCE
Minor changes were made to the CVE to make it compatible with Python 3. cve-modific.py
Here are the modifications: In the get_kibana_version() function, the line match = re.findall(pattern, r.content) was updated to match = re.findall(pattern, r.text). This change was made to use r.text instead of r.content, allowing the response to be treated as a string rather than bytes.


For educational purposes This script is intended for educational use only.
Original: https://github.com/LandGrey/CVE-2019-7609/
[4.0K] /data/pocs/547ff89e1a5e88d94d90a8b3d80847323cd80165
├── [4.9K] cve-modific.py
└── [ 837] README.md
0 directories, 2 files