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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2019-9670 — Synacor Zimbra Collaboration Suite 8.7.x 至 8.7.11p10 的 mailboxd 组件存在 XML 外部实体注入(XXE)漏洞,如 Autodiscover/Autodiscover.xml 所示。 | Kitploit
工具/GitHubGitHub/cappricio-securities/cve-2019-9670
侦察漏洞扫描器漏洞利用信息收集Web安全渗透测试
GitHubcappricio-securities/cve-2019-9670

CVE-2019-9670

Synacor Zimbra Collaboration Suite 8.7.x 至 8.7.11p10 的 mailboxd 组件存在 XML 外部实体注入(XXE)漏洞,如 Autodiscover/Autodiscover.xml 所示。

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库网站
12年前尚未审核
标志

徽章

MIT License PyPI - 版本 PyPI - 下载量 GitHub 所有发布版本 页面浏览量 关注 Twitter

许可证

MIT

安装

  1. 安装 Python3 和 pip 说明在此(如果这都不会,您可能不应该使用此工具)

    • 通过 pip 安装
      • root@kitploit:~
           pip install CVE-2019-9670 
        
    • 运行以下命令检查
      • CVE-2019-9670 -h

配置

  1. 我们已集成 Telegram API,用于即时接收漏洞检测通知。

    • Telegram 通知
      • root@kitploit:~
           CVE-2019-9670 --chatid <您的Telegram聊天ID>
        
    • 打开您的 Telegram,搜索 @CappricioSecuritiesTools_bot 并点击开始

使用方法

  1. 此工具有多种使用场景。

    • 检查单个 URL
      • root@kitploit:~
           CVE-2019-9670 -u http://example.com 
        
    • 检查 URL 列表
      • root@kitploit:~
          CVE-2019-9670 -i urls.txt 
        
    • 将输出保存到 TXT 文件
      • root@kitploit:~
          CVE-2019-9670 -i urls.txt -o out.txt
        
    • 想了解 CVE-2019-9670?输入以下命令
      • root@kitploit:~
          CVE-2019-9670 -b
        

🚨 免责声明

此工具用于安全漏洞识别和协助;Cappricio Securities 不承担任何非法使用行为。请在法律和道德范围内负责任地使用。🔐🛡️

PoC 视频演示

asciicast

帮助菜单

获取所有选项

root@kitploit:~
👋 嘿,黑客
                                                                v1.0
   _______    ________    ___   ____ _______        ____  ______________
  / ____/ |  / / ____/   |__ \ / __ <  / __ \      / __ \/ ___/__  / __ \\
 / /    | | / / __/________/ // / / / / /_/ /_____/ /_/ / __ \  / / / / /
/ /___  | |/ / /__/_____/ __// /_/ / /\__, /_____/\__, / /_/ / / / /_/ /
\____/  |___/_____/    /____/\____/_//____/      /____/\____/ /_/\____/

                                   由 https://cappriciosec.com 开发


CVE-2019-9670 : Web渗透测试人员和漏洞赏金猎人的漏洞扫描器 

$ CVE-2019-9670 [选项]

用法: CVE-2019-9670 [选项]

🔗 链接

网站 领英 推特

作者

  • @karthithehacker

反馈

如果您有任何反馈,请通过 [email protected] 联系我们

下载工具
参数类型描述示例
-u--url要扫描的 URLCVE-2019-9670 -u https://target.com
-i--input从 txt 文件读取输入CVE-2019-9670 -i target.txt
-o--output将输出写入 txt 文件CVE-2019-9670 -i target.txt -o output.txt
-c--chatid创建 Telegram 通知CVE-2019-9670 --chatid yourid
-b--blog阅读关于 CVE-2019-9670 漏洞的博客CVE-2019-9670 -b
-h--help帮助菜单CVE-2019-9670 -h