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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2024-6043 — This Python tool exploits the CVE-2024-6043 vulnerability, which affects the SourceCodester Best House Rental Management System 1.0. The vulnerability allows remote attackers to perform SQL Injection via the `admin_class.php` file, specifically targeting the `username` parameter | Kitploit
工具/GitHubGitHub/lfillaz/cve-2024-6043
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHublfillaz/cve-2024-6043

CVE-2024-6043

This Python tool exploits the CVE-2024-6043 vulnerability, which affects the SourceCodester Best House Rental Management System 1.0. The vulnerability allows remote attackers to perform SQL Injection via the `admin_class.php` file, specifically targeting the `username` parameter

查看仓库
412年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2024-6043

root@kitploit:~
# CVE-2024-6043 CVE-2024-6043

## 概述

该Python工具利用CVE-2024-6043漏洞,该漏洞影响SourceCodester Best House Rental Management System 1.0。漏洞允许远程攻击者通过`admin_class.php`文件中的登录功能,针对`username`参数执行SQL注入。该工具自动化检测易受攻击的端点并注入payload以绕过认证的过程。

## 功能

- **自动路径检测**:该工具检查目标服务器上是否存在易受攻击的`admin_class.php`文件。
- **SQL注入Payload**:如果找到路径,工具尝试注入SQL payload以绕过管理员登录。
- **成功检查**:工具通过搜索常见登录成功指示来验证SQL注入是否成功。
- **自定义User-Agent**:工具使用自定义User-Agent发送请求以模拟合法浏览器流量。

## 安装

1. **克隆仓库:**
   ```bash
   git clone https://github.com/lfillaz/CVE-2024-6043.git
   cd CVE-2024-6043

使用

  1. 运行工具:

    root@kitploit:~
    python CVE-2024-6043.py
    
  2. 输入目标URL:

  3. 当提示时,输入目标网站的URL(例如http://target-site.com)。

  4. 注入过程:

    • 工具将检查admin_class.php路径是否存在于目标服务器上。
    • 如果存在,将提示您继续SQL注入。
    • 然后工具尝试注入payload并提供攻击成功或失败的反馈。

示例

root@kitploit:~
 ██████╗██╗   ██╗███████╗      ██████╗  ██████╗ ██████╗ ██╗  ██╗       ██████╗  ██████╗ ██╗  ██╗██████╗ 
██╔════╝██║   ██║██╔════╝      ╚════██╗██╔═████╗╚════██╗██║  ██║      ██╔════╝ ██╔═████╗██║  ██║╚════██╗
██║     ██║   ██║█████╗  █████╗ █████╔╝██║██╔██║ █████╔╝███████║█████╗███████╗ ██║██╔██║███████║ █████╔╝
██║     ╚██╗ ██╔╝██╔══╝  ╚════╝██╔═══╝ ████╔╝██║██╔═══╝ ╚════██║╚════╝██╔═══██╗████╔╝██║╚════██║ ╚═══██╗
╚██████╗ ╚████╔╝ ███████╗      ███████╗╚██████╔╝███████╗     ██║      ╚██████╔╝╚██████╔╝     ██║██████╔╝
 ╚═════╝  ╚═══╝  ╚══════╝      ╚══════╝ ╚═════╝ ╚══════╝     ╚═╝       ╚═════╝  ╚═════╝      ╚═╝╚═════╝ 
                                                                                                        
          BY @GhostByte discord.gg/byt
$ python CVE-2024-6043.py
Enter the target site (e.g., http://target-site.com): http://example.com
Checking if http://example.com/admin_class.php exists...
The path exists.
Do you want to inject the payload? (Y/N): y
Injecting... Done.
SQL Injection successful! Admin login bypassed.

免责声明

此工具仅供教育目的使用。请负责任地使用,并仅在有明确权限的系统上进行测试。滥用此工具可能导致法律后果。

作者

  • GhostByte - Discord
root@kitploit:~
下载工具