Agent skill

Strix•开放重定向

Strix 开放重定向测试手册,覆盖钓鱼跳转、OAuth 令牌窃取与白名单绕过;触发名:strix-open-redirect

asdfgh1445582★ · 1 repos on radarProfile →
codexNOASSERTION
Install
npx skills add asdfgh1445/ctf-super-hub --skill strix-open-redirect --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: strix-open-redirect/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 718
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Open Redirect Open redirects enable phishing, OAuth/OIDC code and token theft, and allowlist bypass in server-side fetchers that follow redirects. Treat every redirect target as untrusted: canonicalize and enforce exact allowlists per scheme, host, and path. ## Attack Surface **Server-Driven Redirects** - HTTP 3xx Location **Client-Driven Redirects** - `window.location`, meta refresh, SPA routers **OAuth/OIDC/SAML Flows** - `redirect_uri`, `post_logout_redirect_uri`, `RelayState`, `returnTo`/`continue`/`next` **Multi-Hop Chains** - Only first hop validated ## High-Value Targets - Login/logout, password reset, SSO/OAuth flows - Payment gateways, email links, invite/verification - Unsubscribe, language/locale switches - `/out` or `/r` redirectors ## Reconnaissance ### Injection Points - Params: `redirect`, `url`, `next`, `return_to`, `returnUrl`, `continue`, `goto`, `target`, `callback`, `out`, `dest`, `back`, `to`, `r`, `u` - OAuth/OIDC/SAML: `redirect_uri`, `post_logout_redirect_uri`, `RelayState`, `state` - SPA: `router.push`/`replace`, `location.assign`/`href`, meta refresh, `window.open` - Headers: `Host`, `X-Forwarded-Host`/`Proto`, `Referer`; server-side Location echo ### Pa

What's inside
Steps it walks through
  1. Attack Surface
  2. High-Value Targets
  3. Reconnaissance
  4. Injection Points
  5. Parser Differentials
  6. Encoding Bypasses
  7. Key Vulnerabilities
  8. Allowlist Evasion
  9. OAuth/OIDC/SAML
  10. Client-Side Vectors
  11. Reverse Proxies and Gateways
  12. SSRF Chaining
  13. Exploitation Scenarios
  14. OAuth Code Interception
More from ctf-super-hub
All skills →
About this skill
What does the Strix•开放重定向 skill do?

Strix 开放重定向测试手册,覆盖钓鱼跳转、OAuth 令牌窃取与白名单绕过;触发名:strix-open-redirect

How do I install it?

Run `npx skills add asdfgh1445/ctf-super-hub --skill strix-open-redirect --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From asdfgh1445/ctf-super-hub, a repository with 718 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going