Share
## https://sploitus.com/exploit?id=02241D2D-F86F-5FE5-95FD-6978A07FE7FA
# exploit_CVE-2022-26134
CVE-2022-26134, an OGNL injection vulnerability exists that would allow an unauthenticated attacker to execute arbitrary code on a Confluence Server or Data Center instance. 

This script can find vulnerable server for CVE-2022-26134 from Shodan Search Engine.
Just need to enter organisation as following. It will mak e query to shodan and will get all vulnerable servers.


Usage:
python main.py "organisation name"
  
  
Prerequites:
  1) Enter your Shodan key in code as:
    YOUR_API_KEY_HERE=' '
  
  2) pip install -r requirements.txt