Skip to main content

auth-bypass

Hunt authentication/authorization bypass in route guards, role checks, tenant boundaries, and state-machine transitions.

インストールへ移動

ソース情報

リポジトリ
BitterSecurity/Decepticon
ソースの最終更新活動
2026年6月2日 17:42
検出された SKILL.md の言語
英語
スター
5,522
フォーク
1,048

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
auth-bypass
description
Hunt authentication/authorization bypass in route guards, role checks, tenant boundaries, and state-machine transitions.
metadata
{"subdomain":"web-exploitation","when_to_use":"authentication authorization bypass route guard role check tenant boundary state machine transition session jwt"}
# Auth Bypass Playbook ## Targets - Endpoints with role-based access - Admin-only routes - Tenant-scoped resources - Multi-step auth flows (MFA, password reset) ## Common failure patterns - Missing middleware on one route variant - Trusting client-controlled role/tenant fields - TOCTOU between check and action - Alternate API versions lacking guard checks ## Validation - Positive: low-priv session performs high-priv action. - Negative: same request with expected guard path should deny.
GitHubで見る