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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-23334 — aiohttp LFI (CVE-2024-23334) | Kitploit
工具/GitHubGitHub/jhonnybonny/cve-2024-23334
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHubjhonnybonny/cve-2024-23334

CVE-2024-23334

aiohttp LFI (CVE-2024-23334)

查看仓库
2712年前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-23334 PoC

描述

本仓库包含 CVE-2024-23334 的 PoC(概念验证),演示了恶意攻击者如何利用 aiohttp 中的漏洞进行 LFI(本地文件包含)。

[!CAUTION] 免责声明:重要提示!本 PoC 仅用于教育目的。未经授权访问计算机系统和网络是违法的!!!

安装

  1. 克隆仓库:
    root@kitploit:~
    git clone https://github.com/jhonnybonny/CVE-2024-23334
    cd CVE-2024-23334
    python3 -m venv .env
    chmod +x ./.env/bin/activate
    source ./.env/bin/activate
    pip3 install -r requirements.txt
    
  2. 启动服务器:
    root@kitploit:~
    python3 server.py
    

Screenshot 2024-03-19 at 18 47 09

  1. 扫描器:
    root@kitploit:~
    nuclei -t aiohttp.yaml -u http://localhost:8081
    

或

root@kitploit:~
nuclei -t aiohttp.yaml -l aiohttp.csv

Screenshot 2024-03-19 at 18 41 07

  1. 利用:
    root@kitploit:~
    python3 exploit.py -s http://localhost:8081
    

Screenshot 2024-03-19 at 18 45 47

下载工具