Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CVE-2019-7609-kibana-rce.py #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Undercoverdog
Copy link

Fixed error:
Traceback (most recent call last):
File "/tmp/thm/CVE-2019-7609/CVE-2019-7609-kibana-rce.py", line 105, in
version = get_kibana_version(target)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/tmp/thm/CVE-2019-7609/CVE-2019-7609-kibana-rce.py", line 23, in get_kibana_version
match = re.findall(pattern, r.content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/re/init.py", line 216, in findall
return _compile(pattern, flags).findall(string)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Fixed error:
Traceback (most recent call last):
  File "/tmp/thm/CVE-2019-7609/CVE-2019-7609-kibana-rce.py", line 105, in <module>
    version = get_kibana_version(target)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/tmp/thm/CVE-2019-7609/CVE-2019-7609-kibana-rce.py", line 23, in get_kibana_version
    match = re.findall(pattern, r.content)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/re/__init__.py", line 216, in findall
    return _compile(pattern, flags).findall(string)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant