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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2018-11784 — Apache Tomcat - 开放重定向 | Kitploit
工具/GitHubGitHub/cappricio-securities/cve-2018-11784
漏洞扫描器漏洞利用信息收集Web安全
GitHubcappricio-securities/cve-2018-11784

CVE-2018-11784

Apache Tomcat - 开放重定向

查看仓库网站
12年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
标志

徽章

MIT License PyPI - Version PyPI - 下载量 GitHub all releases Profile_view Follow Twitter

许可证

MIT

安装

  1. 安装 Python3 和 pip 操作说明(如果你搞不定这个,那你其实不太应该使用本工具)

    • 通过 pip 安装
      • root@kitploit:~
           pip install CVE-2018-11784 
        
    • 运行以下命令进行验证
      • CVE-2018-11784 -h

配置

  1. 我们集成了 Telegram API,以便在检测到漏洞时立即发送通知。

    • Telegram 通知
      • root@kitploit:~
           CVE-2018-11784 --chatid <你的TelegramChatID>
        
    • 打开 Telegram 并搜索 @CappricioSecuritiesTools_bot,然后点击开始

使用方法

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

    • 检测单个URL
      • root@kitploit:~
           CVE-2018-11784 -u http://example.com 
        
    • 检测URL列表
      • root@kitploit:~
          CVE-2018-11784 -i urls.txt 
        
    • 将输出保存到TXT文件
      • root@kitploit:~
          CVE-2018-11784 -i urls.txt -o out.txt
        
    • 想了解 CVE-2018-11784 的详情?请运行以下命令
      • root@kitploit:~
          CVE-2018-11784 -b
        

🚨 免责声明

本工具用于安全漏洞识别与辅助,Cappricio Securities 不对任何非法使用行为承担责任。请在法律和道德允许的范围内负责任地使用。🔐🛡️

工作PoC视频

asciicast

帮助菜单

获取所有项目

root@kitploit:~
👋 Hey Hacker
                                                                             v1.0
   _______    ________    ___   ____ _______       _______________  __ __
  / ____/ |  / / ____/   |__ \ / __ <  ( __ )     <  <  /__  ( __ )/ // /
 / /    | | / / __/________/ // / / / / __  |_____/ // /  / / __  / // /_
/ /___  | |/ / /__/_____/ __// /_/ / / /_/ /_____/ // /  / / /_/ /__  __/
\____/  |___/_____/    /____/\____/_/\____/     /_//_/  /_/\____/  /_/

                              Developed By https://cappriciosec.com
          

CVE-2018-11784 : Bug scanner for WebPentesters and Bugbounty Hunters 

$ CVE-2018-11784 [option]

Usage: CVE-2018-11784 [options]

🔗 链接

Website linkedin twitter

作者

  • @karthithehacker

反馈

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

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