Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ScreenConnect-AuthBypass-RCE — ScreenConnect 认证绕过(cve-2024-1709) --> RCE!!! | Kitploit
工具/GitHubGitHub/w01fh4cker/screenconnect-authbypass-rce
身份验证与授权漏洞分析漏洞利用Web应用程序漏洞利用渗透测试红队
GitHubw01fh4cker/screenconnect-authbypass-rce

ScreenConnect-AuthBypass-RCE

ScreenConnect 认证绕过(cve-2024-1709) --> RCE!!!

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
111342年前Kitploit 审核通过

如何使用

我正在使用 Python3.9

root@kitploit:~
pip install requests
# python check.py
python batchAdduser.py

root@kitploit:~
python ScreenConnect-AuthBypass-RCE.py -h

usage: ScreenConnect-AuthBypass-RCE.py [-h] [-u USERNAME] [-p PASSWORD] -t TARGET [-d DOMAIN] [--proxy PROXY]
                                                                                                             
CVE-2024-1708 && CVE-2024-1709 --> RCE!!!                                                                    
                                                                                                             
optional arguments:                                                                                          
  -h, --help            show this help message and exit                                                      
  -u USERNAME, --username USERNAME                                                                           
                        username you want to add                                                             
  -p PASSWORD, --password PASSWORD
                        password you want to add
  -t TARGET, --target TARGET
                        target url
  -d DOMAIN, --domain DOMAIN
                        Description of domain
  --proxy PROXY         eg: http://127.0.0.1:8080

例如:

root@kitploit:~
python ScreenConnect-AuthBypass-RCE.py -t http://192.168.9.100

Bug?不存在!

当您遇到以下情况时,表示该目标无法通过此脚本进行 RCE。

具体原因可参见以下链接:

https://screenconnect.product.connectwise.com/communities/1/topics/1653-whitelist-custom-extensions-in-65

https://bishopfox.com/blog/connectwise-control-advisory

https://www.connectwise.com/globalassets/media/documents/connectwisecontrolsecurityevaluationmatrix.pdf

如果您能获得合法签名,请提交 issue,非常感谢。

网络空间测绘语句

Odin

root@kitploit:~
services.modules.http.headers.server:"screenconnect"

Zoomeye

root@kitploit:~
app:"ScreenConnect Remote Management Software"

Censys

root@kitploit:~
services.http.response.headers:(key: `Server` and value.headers: `ScreenConnect`)

Shodan

root@kitploit:~
"Server: ScreenConnect"

Hunter.how

root@kitploit:~
product.name="ConnectWise ScreenConnect software"

Fofa

root@kitploit:~
app="ScreenConnect-Remote-Support-Software"

参考

https://www.connectwise.com/company/trust/security-bulletins/connectwise-screenconnect-23.9.8

https://github.com/watchtowrlabs/connectwise-screenconnect_auth-bypass-add-user-poc

https://github.com/rapid7/metasploit-framework/pull/18870

下载工具