Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-22954 — Proof-of-concept exploit for CVE-2022-22954, a remote code execution vulnerability in VMware Workspace ONE Access via SSTI injection. Includes Shodan and Zoomeye dork integration for target discovery. | Kitploit
Tools/GitHubGitHub/orwagodfather/cve-2022-22954
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation Gathering
GitHuborwagodfather/cve-2022-22954

CVE-2022-22954

Proof-of-concept exploit for CVE-2022-22954, a remote code execution vulnerability in VMware Workspace ONE Access via SSTI injection. Includes Shodan and Zoomeye dork integration for target discovery.

View Repository
88374 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-22954 PoC

VMware Workspace ONE Access and Identity Manager RCE via SSTI.

CVE-2022-22954 - PoC SSTI

Usage:

root@kitploit:~
CVE-2022-22954.py [-h] -m SET_MODE [-i IP] [-c CMD]
optional arguments:
  -h, --help            show this help message and exit
  -m SET_MODE, --mode SET_MODE
                        Available modes: shodan | file | manual
  -i IP, --ip IP        Host IP
  -c CMD, --cmd CMD     Command string

Modes

  • shodan: Retrieves IP list based on "http.favicon.hash:-1250474341" query
  • file: Put your IP list in ips.txt
  • manual: Pass IP and CMD arguments to -m manual mode

Disclaimer

This is just a PoC. Use it at wour own risk and not in production nor real environments. Don't ask me why the code is like this or if it's good or bad, I don't care. I'm not a cool programmer and my code is ugly.

Zoomeye CLI Dork:

root@kitploit:~

zoomeye search 'iconhash:-1250474341'  -num 780  -filter=ip,port

Shodan CLI Dork:

root@kitploit:~

shodan  search "http.favicon.hash:-1250474341" --fields=ip_str,port --separator ":" --limit 1000 | grep ''

shodan  search 'title:"Workspace ONE Access"' --fields=ip_str,port --separator ":" --limit 1000 | grep ''
Download Tool