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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-5522 — A PoC exploit scanner for CVE-2024-5522 vulnerability in WordPress websites | Kitploit
工具/GitHubGitHub/geniuszly/cve-2024-5522
Vulnerability ScannersExploitationWeb Application ExploitationPenetration TestingLearning & EducationPayload Development
GitHubgeniuszly/cve-2024-5522

CVE-2024-5522

A PoC exploit scanner for CVE-2024-5522 vulnerability in WordPress websites

查看仓库
1031年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

英文

一个用于WordPress网站CVE-2024-5522漏洞的PoC利用扫描器。该工具通过扫描目标URL列表并尝试特定载荷来判断目标站点是否存在该漏洞。

功能特性

  • 自动漏洞扫描:扫描目标URL是否存在CVE-2024-5522漏洞。
  • 自定义载荷支持:使用文件中的载荷进行漏洞检测。

安装

  1. 克隆仓库:

    root@kitploit:~
    git clone https://github.com/geniuszly/CVE-2024-5522
    
  2. 进入目录:

    root@kitploit:~
    cd CVE-2024-5522
    
  3. 安装所需的Python包:

    root@kitploit:~
    pip install -r requirements.txt
    

使用方法

  1. 准备目标列表:创建一个文本文件,包含要扫描的WordPress网站URL。每个URL一行。

  2. 运行扫描器:

    root@kitploit:~
    python3 main.py
    

    系统会提示输入目标列表文件的路径。工具将使用提供的载荷扫描每个目标是否存在CVE-2024-5522漏洞。

  3. 结果解读:

    输出使用颜色标识:

    • 绿色:目标存在漏洞。
    • 红色:目标不存在漏洞或发生错误。

示例输出

root@kitploit:~
   ______     _______     ____   ___ ____  _  _        ____ ____ ____  ____  
  / ___\ \   / / ____|   |___ \ / _ \___ \| || |      | ___| ___|___ \|___ \ 
 | |    \ \ / /|  _| _____ __) | | | |__) | || |_ ____|___ \___ \ __) | __) |
 | |___  \ V / | |__|_____/ __/| |_| / __/|__   _|_____|__) |__) / __/ / __/ 
  \____|  \_/  |_____|   |_____|\___/_____|  |_|      |____/____/_____|_____| 
                                                                               
                                      CVE-2024-5522 Exploit Scanner
                                         developed by geniuszly

Введите путь к списку целей: targets.txt

[Сканирование http://example.com]
[-] http://example.com не уязвима.

[Сканирование http://vulnerable-site.com]
[+] Цель уязвима! :D http://vulnerable-site.com

[Сканирование http://another-site.com]
[!] Ошибка подключения к http://another-site.com: Connection timeout

[Уязвимые URL-адреса]
[+] http://vulnerable-site.com/wp-json/h5vp/v1/video/0?id=-1'...

载荷

用于利用的载荷存储在payload.txt文件中。您可以根据需要自定义或修改此文件。

免责声明

本工具仅供教育和道德安全测试使用。未经明确许可,擅自对目标使用本工具是违法的,并严格禁止。

下载工具