← 返回
未分类 中文

Poc Validator

Automated Vulnerability Verification and Payload Replay Probe. Dynamically executes HTTP requests and analyzes HTTP status codes/error traces (e.g., SQL Inje...
自动化漏洞验证与Payload重放探测。动态执行HTTP请求并分析状态码/错误跟踪(如SQL注入等)。
whatyourname12345 whatyourname12345 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 309
下载
💾 0
安装
1
版本
#latest

概述

Autonomous PoC Validator

When to Run

  • The user provides raw HTTP request data or a specific malicious payload and requests a target interface test.
  • The user asks to "verify this PoC", "replay this request", or "check for 500 errors/SQL exceptions".

Workflow

  1. Parse the target URL, Method, Headers (specifically Cookie and User-Agent), and the Payload provided by the user.
  2. Format the request data and pass it to the scripts/replay.py execution script.
    • Command execution example: python3 scripts/replay.py --url "{URL}" --method "{METHOD}" --data "{PAYLOAD}" --headers "{JSON_HEADERS}"
  3. Parse the JSON output returned by the script (includes status code, headers, and smart body snippet).
  4. Perform deep analysis on the response context:
    • Identify HTTP 500 Internal Server Error (often indicates syntax escape or fatal exception).
    • Scan the body_snippet for signature keywords: SQLSTATE, Syntax error, ExtractValue, XPATH syntax error, Call to undefined function, etc.
  5. Generate the final vulnerability validation report strictly adhering to the Output Format below.

Output Format

[+] PoC Validation Report

[*] Target Interface : {Method} {URL}

[*] Test Payload : {The critical injection code/payload}

[*] Response Status: {Status Code} (e.g., 200 OK / 500 Internal Server Error)

[!] Analysis Conclusion:

{Clearly state if the vulnerability exists. E.g., "SQL Error-Based Injection confirmed. Successfully captured SQLSTATE[42000] exception." or "Injection failed. The target returned 200 OK with sanitized input."}

[-] Critical Evidence / Stack Trace:

{The extracted error logs or relevant response snippet demonstrating the vulnerability}

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 12:23 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,028
it-ops-security

Free Ride - Unlimited free AI

shaivpidadi
管理OpenClaw的OpenRouter免费AI模型,自动按质量排名模型,配置速率限制备用方案,并更新opencla...
★ 472 📥 78,651
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,807