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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-21371 — Oracle WebLogic Server(本地文件包含) | Kitploit
工具/GitHubGitHub/cappricio-securities/cve-2022-21371
侦察漏洞扫描器漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubcappricio-securities/cve-2022-21371

CVE-2022-21371

Oracle WebLogic Server(本地文件包含)

查看仓库
112年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站
logo

Badges

MIT License PyPI - Version PyPI - Downloads GitHub all releases Profile_view Follow Twitter

许可证

MIT

安装

  1. 安装 Python3 和 pip 此处获取说明 (如果连这都不会,那你其实不该用这个工具)

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

配置

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

    • Telegram 通知
      • root@kitploit:~
           CVE-2022-21371 --chatid <YourTelegramChatID>
        
    • 打开你的 Telegram,搜索 @CappricioSecuritiesTools_bot 并点击开始

用法

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

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

🚨 免责声明

本工具旨在帮助识别安全漏洞并提供协助;Cappricio Securities 不对任何非法使用行为负责。 请在法律和道德允许的范围内负责任地使用。🔐🛡️

工作演示视频

asciicast

帮助菜单

获取所有项目

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

                              Developed By https://cappriciosec.com   

Usage: CVE-2022-21371 [options]

Options:
  -u, --url     URL to scan                                CVE-2022-21

Usage: CVE-2022-21371 [options]

Options:
  -u, --url     URL to scan                                CVE-2022-21371 -u https://target.com
  -i, --input   <filename> Read input from txt             CVE-2022-21371 -i target.txt
  -o, --output  <filename> Write output in txt file        CVE-2022-21371 -i target.txt -o output.txt
  -c, --chatid  Creating Telegram Notification             CVE-2022-21371 --chatid yourid
  -b, --blog    To Read about CVE-2022-21371 Bug           CVE-2022-21371 -b
  -h, --help    Help Menu

🔗 链接

网站 linkedin twitter

作者

  • @karthithehacker

反馈

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

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