소스 정보
- 저장소
- Netw0rkNoob/VulnClaw
- 최근 소스 활동
- 2026년 7월 9일 01:41
- 감지된 SKILL.md 언어
- 중국어
- 스타
- 2,854
- 포크
- 384
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Netw0rkNoob/VulnClaw --skill web-security-advanced명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
OSINT 开源情报收集知识库 — 四维信息收集模型(服务器→网站→域名→人员),维度四(人员信息)条件触发
Domain routing and boundary guidance for authorized Active Directory red-team security testing, including Kerberos attacks, domain privilege escalation, lateral movement, and GPO abuse. Use when a task belongs to the AD testing domain and needs scope, evidence, pivot, or exit criteria.
Domain routing and boundary guidance for authorized API security testing, including BOLA/IDOR, authentication bypass, mass assignment, missing rate limits, and GraphQL issues. Use when a task belongs to the API testing domain and needs scope, evidence, pivot, or exit criteria.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | web-security-advanced |
| description | Web高级安全测试 — 注入攻击族、协议安全、认证与逻辑漏洞、文件与部署安全、现代Web攻击面,含完整Playbook |
| routing | {"target_types":["web","api"],"phases":["vuln_discovery","exploitation"],"task_types":["pentest","audit"],"vulnerability_classes":["sqli","xss","ssrf","ssti","xxe","rce","deserialization","idor","csrf","cors","file_upload","path_traversal","auth_bypass","jwt","oauth","graphql","websocket","request_smuggling","prototype_pollution","business_logic"],"exclude_signals":["无法重放","签名阻塞","重放被阻"]} |
当目标是 Web 应用、API、网关或浏览器面向服务,且需要系统性的漏洞测试时使用本 Skill。
前置条件:如果请求仍由客户端控制且重放未稳定,先使用 client-reverse Skill。
当目标为 CTF 题目(已知有 flag,需要绕过特定过滤)时,优先使用
ctf-webSkill 获取具体绕过值和 payload:
| CTF 场景 | 路由到 ctf-web | 参考文档 |
|---|---|---|
| PHP 弱比较/类型绕过 | ctf-web | references/php-bypass-cheatsheet.md |
| 命令注入空格绕过 | ctf-web | references/command-injection-bypass.md |
| eval 回显/无回显 | ctf-web | references/eval-and-rce-techniques.md |
| PHP 代码审计 | ctf-web | references/php-code-audit-checklist.md |
| SSTI 注入链 | ctf-web | references/ssti-injection-chains.md |
| 反序列化利用链 | ctf-web | references/deserialization-playbook.md |
| 文件上传 → RCE | 本 Skill | references/web-playbook-08-file-vulnerabilities.md |
本 Skill 侧重渗透测试方法论,CTF 实战绕过值和 payload 模板请参考 ctf-web。
| 攻击面类型 | 首选参考 |
|---|---|
| 参数注入(SQLi/XSS/命令执行/SSTI/XXE) | references/web-injection.md |
| 协议安全(CORS/GraphQL/WebSocket/OAuth/请求走私) | references/web-modern-protocols.md |
| 认证与逻辑(IDOR/越权/支付/密码重置/鉴权绕过) | references/web-logic-auth.md |
| 文件与基础设施(上传/遍历/包含/部署/缓存/CDN/云) | references/web-file-infra.md |
| 部署安全 | references/web-deployment-security.md |
references/web-injection.md — 注入攻击详细参考references/web-modern-protocols.md — 现代协议安全references/web-logic-auth.md — 认证与逻辑漏洞references/web-file-infra.md — 文件与基础设施安全references/web-deployment-security.md — 部署安全references/web-ai-attack-map.md — Web 与 AI 攻击映射references/web-playbook-*.md — 各专项 Playbook(23 个)