CVE-2019-7609 icon indicating copy to clipboard operation
CVE-2019-7609 copied to clipboard

Python error

Open mayamate opened this issue 2 years ago • 1 comments

Hey, I tried your python code, to use it on a machien on TryHackMe (Room Kiba) but it is running into an error

`[-] cannot exploit! [-] Error on:

Traceback (most recent call last): File "CVE-2019-7609-kibana-rce.py", line 105, in version = get_kibana_version(target) File "CVE-2019-7609-kibana-rce.py", line 23, in get_kibana_version match = re.findall(pattern, r.content) File "/usr/lib/python3.6/re.py", line 222, in findall return _compile(pattern, flags).findall(string) TypeError: cannot use a string pattern on a bytes-like object`

mayamate avatar Apr 19 '23 13:04 mayamate

Created pull request with fix

Undercoverdog avatar Aug 31 '23 18:08 Undercoverdog