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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2020-3452 — Cisco Adaptive Security Appliance (ASA)/Firepower Threat Defense (FTD) - 本地文件包含 | Kitploit
工具/GitHubGitHub/cappricio-securities/cve-2020-3452
侦察漏洞扫描器Web漏洞扫描器漏洞利用信息收集Web安全
GitHubcappricio-securities/cve-2020-3452

CVE-2020-3452

Cisco Adaptive Security Appliance (ASA)/Firepower Threat Defense (FTD) - 本地文件包含

查看仓库
132年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

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

徽章

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

许可证

MIT

安装

  1. 安装 Python3 和 pip 说明在此(如果这都搞不定,那你其实不该使用这个工具)

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

配置

  1. 我们集成了 Telegram API,以便即时接收漏洞检测通知。

    • Telegram 通知
      • root@kitploit:~
           CVE-2020-3452 --chatid <YourTelegramChatID>
        
    • 打开 Telegram 搜索 @CappricioSecuritiesTools_bot 并点击开始

使用

  1. 该工具具有多种用途。

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

🚨 免责声明

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

PoC 演示视频

asciicast

帮助菜单

获取所有命令

root@kitploit:~
👋 Hey Hacker
                                                                            v1.0
   _______    ________    ___   ____ ___   ____       _____ __ __  _________
  / ____/ |  / / ____/   |__ \ / __ \__ \ / __ \     |__  // // / / ____/__ \
 / /    | | / / __/________/ // / / /_/ // / / /_____ /_ </ // / /_ / / / _/
/ /___  | |/ / /__/_____/ __// /_/ / __/// /_/ /_____/__/ /__  // /_/ /___ .
\____/  |___/_____/    /____/\____/____/\____/     /____/  /_/ /____/ /___/
//  Tool for penetration testers & bug bounty hunters, based on CVE-2020-3452
              Developed By https://cappriciosec.com
                

CVE-2020-3452 : 面向 Web 渗透测试人员和漏洞猎人的扫描工具

$ CVE-2020-3452 [option]

用法: CVE-2020-3452 [选项]

🔗 链接

Website linkedin twitter

作者

  • @karthithehacker

反馈

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

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