5 matches found
VMware-CVE-2022-22954
Inyección de plantillas del lado del servidor Freemarker en VMware CVE-2022-22954 Workspace ONE Access POC para VMware CVE-2022-22954 ¡¡Usa esta solicitud GET de una línea!! Esto ejecutará cat /etc/passwd...
CVE-2022-22954
CVE-2022-22954 Attention Please use this at your own risk. This repo is meant only for educational purposes and we are strictly against all illegal intentions and we would not be responsible of any illegal activities associated with this repo. Be ethical! Example root@kitploit: python3...
cve-2022-22954
CVE-2022-22954 本包检测 CVE-2022-22954 攻击尝试和利用的一个子集,生成通知,并包含利用 URI 以及作为响应发送回攻击者的前 4KB 数据。虽然通过日志分析检测此攻击更为直接,但本包通过记录发送回攻击者的响应来协助事件响应。 示例通知 本包可生成两种通知: VMWareRCE2022::ExploitAttempt,以及 VMWareRCE2022::ExploitSuccess 第一种是在尝试攻击时生成,但不一定成功。第二种仅在检测到成功利用时触发,应立即进行调查。以下是成功利用通知的示例。 root@kitploit: 1223906136.104000...
CVE-2022-22954
多个漏洞触发点检测,多线程批量检测,命令执行,文件写入 root@kitploit: // 单个目标漏洞检测 python CVE-2022-22954.py -u https://x.x.x.x // 命令执行 python CVE-2022-22954.py -u https://x.x.x.x -c "id" // 写文件 python CVE-2022-22954.py -u https://x.x.x.x -fn test.jsp -fc "test" // 上传文件,windows 设置文件名需要指定路径 python CVE-2022-22954.py -u...
VMware-CVE-2022-22954-Command-Injector
VMware-CVE-2022-22954-命令注入器 用于利用 VMware CVE-2022-22954 的概念验证 工作原理 这个简单的 Python 脚本向指定的 URL 发送 GET 请求,附加 /catalog-portal/ui/oauth/verify?error=&deviceUdid=,然后跟上该字符串的 URL 编码版本: root@kitploit: $"freemarker.template.utility.Execute"?new"command" 例如,用于执行 "cat /etc/passwd" 的输出如下:...