Skip to main content

kabuqin/autovibe_pentest

SkillsMP는 kabuqin/autovibe_pentest에서 30개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
30
GitHub 스타
4
GitHub 포크
1

이 저장소의 skills

직업 카테고리 1개 · 50% 분류됨

수집된 skill 30개 중 30개를 표시합니다.

직업 분류
정보 보안 분석가
설명

AI 渗透测试:多 Agent 并行架构的 Web 应用渗透测试技能。 流程: 指纹识别 → 后台入口扫描 → API 预扫描 → 浏览器登录提取凭证(可选) → Katana 爬虫 → 过滤数据 → 攻击面映射 → 多 Agent 并行渗透测试 → 攻击链分析 → 漏洞证据复查 → 导出 JSON 报告 → 主机漏洞扫描 (可选)。 纯黑盒测试,不依赖源码。平台无关设计,可在任意 Agent 平台创建和使用。

원문 언어: 중국어

업데이트
직업 분류
정보 보안 분석가
설명

负责所有注入类漏洞检测:SQLi/NoSQL/XSS(存储/反射/DOM)/SSRF/XXE/SSTI/RCE/反序列化/CRLF/XSLT/EL/JNDI

원문 언어: 중국어

업데이트
직업 분류
정보 보안 분석가
설명

负责 API 安全类漏洞检测:未授权访问/BOLA/BFLA/批量赋值/GraphQL 深度测试/ API 参数篡改/隐藏参数发现/WebSocket 安全/API 版本枚举/ 过度数据暴露

원문 언어: 중국어

업데이트
직업 분류
정보 보안 분석가
설명

负责认证与会话类漏洞检测:认证绕过/暴力破解/会话管理/JWT/OAuth/SAML/ 密码重置绕过/验证码绕过/不安全随机数/用户枚举/OIDC/CSRF。 暴力破解为条件执行:读取 strategy.json 三路分支决策。

원문 언어: 중국어

업데이트
직업 분류
정보 보안 분석가
설명

负责业务逻辑漏洞检测:业务流程绕过、状态机缺陷、竞态滥用、价格篡改、 优惠券滥用、库存与数量操纵,以及订单、支付、订阅等场景中的业务规则滥用

원문 언어: 중국어

업데이트
직업 분류
정보 보안 분석가
설명

负责文件类漏洞检测:路径穿越/LFI/RFI/LFI→RCE、任意文件上传、文件包含、 任意文件下载、Zip Slip、SVG/CSV 注入、PHP Wrapper 利用、PEARCMD RCE、 编辑器路径利用、敏感文件泄露与文件解析链风险。

원문 언어: 중국어

업데이트
직업 분류
정보 보안 분석가
설명

负责外围攻击面与协议边界安全检测:信息泄露/开放重定向/CORS/CSP/安全头/目录遍历/子域名接管/401-403绕过/Web缓存欺骗/Clickjacking/Host头攻击

원문 언어: 중국어

업데이트
직업 분류
정보 보안 분석가
설명

Vibe Pentest 漏洞综合分析 Agent。固定负责 Phase 5.5 攻击链分析与 Phase 5.6 漏洞证据复查:读取 6 个渗透 Agent 的 findings,输出 attack_chains.json

원문 언어: 중국어

업데이트
직업 분류
미분류
설명

Authentication bypass testing playbook. Use when assessing login flows, password reset logic, account recovery, MFA bypass, token predictability, brute-force resistance, and session boundary flaws.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Business logic vulnerability playbook. Use when reasoning about workflows, race conditions, price manipulation, coupon abuse, state machines, and multi-step authorization gaps.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Command injection playbook. Use when user input may reach shell commands, process execution, converters, import pipelines, or blind out-of-band command sinks.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

CORS misconfiguration testing playbook. Use when analyzing cross-origin trust, credentialed browser reads, origin reflection, preflight policy bugs, and browser-based access to authenticated APIs.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

CSRF testing playbook. Use when reviewing state-changing web flows, anti-CSRF defenses, SameSite behavior, JSON CSRF, login CSRF, and OAuth state handling.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Dangling markup injection playbook. Use when HTML injection is possible but JavaScript execution is blocked (CSP, sanitizer strips event handlers, WAF blocks script tags) — exfiltrate CSRF tokens, session data, and page content by injecting unclosed HTML tags…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Insecure deserialization playbook. Use when Java, PHP, or Python applications deserialize untrusted data via ObjectInputStream, unserialize, pickle, or similar mechanisms that may lead to RCE, file access, or privilege escalation.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

DNS rebinding attack playbook. Use when testing applications that trust DNS resolution for origin checks, interact with internal services from browser context, or when SSRF is not possible server-side but the target has client-side fetch/XHR to…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Email header injection and spoofing playbook. Use when testing contact forms, email APIs, password reset flows, or any feature that constructs SMTP messages with user-controlled fields. Covers CRLF injection in headers, SPF/DKIM/DMARC bypass, and phishing…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

HTTP Host header injection and routing abuse playbook. Use when the application trusts the Host header for generating URLs, routing requests, or access control — enabling password reset poisoning, web cache poisoning, SSRF via routing, and virtual host bypass.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

JNDI injection playbook. Use when Java applications perform JNDI lookups with attacker-controlled names, especially via Log4j2, Spring, or any code path reaching InitialContext.lookup().

원문 언어: 영어

업데이트
직업 분류
미분류
설명

JWT and OAuth token attack playbook. Use when validating token trust, signing algorithms, key handling, claim abuse, bearer flows, and OAuth account-binding weaknesses.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Open redirect playbook. Use when URL parameters, form actions, or JavaScript sinks control navigation targets and may redirect users to attacker-controlled destinations.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Path traversal and LFI playbook. Use when file paths, download endpoints, include operations, archive extraction, or wrapper behavior may expose filesystem control.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Advanced prototype pollution playbook — server-side RCE, client-side gadgets, filter bypasses, and detection techniques. Companion to ../prototype-pollution/ for basics. Use when you've confirmed pollution and need to escalate to code execution or find…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

SSRF playbook. Use when the server fetches URLs, resolves hostnames, imports remote content, or can be driven toward internal networks, cloud metadata, or secondary protocols.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

SSTI playbook. Use when template expressions, server-side rendering, preview features, or templating engines may evaluate attacker-controlled content.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Insecure file upload playbook. Use when testing upload validation, storage paths, processing pipelines, preview behavior, overwrite risks, and upload-to-RCE chains.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

WebSocket handshake, CSWSH, tooling (wsrepl, ws-harness, Burp), and common flaws. Use when apps use real-time channels, chat, notifications, or WS-backed APIs.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

XSS playbook. Use when user-controlled content reaches HTML, attributes, JavaScript, DOM sinks, uploads, or multi-context rendering paths.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

XXE playbook. Use when XML, SVG, OOXML, SOAP, or parser-driven imports may resolve external entities, files, or internal network resources.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Source control and artifact exposure (.git, .svn, .hg, backups, .env). Use when recon finds VCS paths, 403 on hidden dirs, or backup/config leaks during authorized testing.

원문 언어: 영어

업데이트
수집된 skill 30개 중 30개를 표시합니다.