incogbyte / CVE_2022_26134-detect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Confluence CVE-2022-26134 detect
More info

Simple Python 3 script to detect the "Confluence RCE CVE_2022_26134" vulnerability (CVE_2022_26134) for a list of URL with multithreading


To do so, it sends a GET request using threads (higher performance) to each of the URLs in the specified list. The GET request contains a payload that on success returns a DNS request to Burp Collaborator / interactsh. Finally, if a host is vulnerable, an identification number will appear in the subdomain prefix of the Burp Collaborator / interactsh payload and in the output of the script, allowing to know which host has responded via DNS. It should be noted that this script only handles DNS detection of the vulnerability and does not test remote command execution ;).


Usage

# deps, only requests lib
pip3 install requests
python3 main.py targets.txt foo.burpcollaborator.com

PoC

Favicon search Shodan

http.favicon.hash:-305179312

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%