Agent skill

Strix•路径穿越与文件包含

Strix 路径穿越与文件包含测试手册,覆盖本地/远程文件访问与代码执行链;触发名:strix-path-traversal-lfi-rfi

asdfgh1445582★ · 1 repos on radarProfile →
codexNOASSERTION
Install
npx skills add asdfgh1445/ctf-super-hub --skill strix-path-traversal-lfi-rfi --agent codex

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

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: strix-path-traversal-lfi-rfi/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

# Path Traversal / LFI / RFI Improper file path handling and dynamic inclusion enable sensitive file disclosure, config/source leakage, SSRF pivots, and code execution. Treat all user-influenced paths, names, and schemes as untrusted; normalize and bind them to an allowlist or eliminate user control entirely. ## Attack Surface **Path Traversal** - Read files outside intended roots via `../`, encoding, normalization gaps **Local File Inclusion (LFI)** - Include server-side files into interpreters/templates **Remote File Inclusion (RFI)** - Include remote resources (HTTP/FTP/wrappers) for code execution **Archive Extraction** - Zip Slip: write outside target directory upon unzip/untar **Normalization Mismatches** - Server/proxy differences (nginx alias/root, upstream decoders) - OS-specific paths: Windows separators, device names, UNC, NT paths, alternate data streams ## High-Value Targets **Unix** - `/etc/passwd`, `/etc/hosts`, application `.env`/`config.yaml` - SSH keys, cloud creds, service configs/logs **Windows** - `C:\Windows\win.ini`, IIS/web.config, programdata configs, application logs **Application** - Source code templates and server-side includes - Secrets in env dumps, f

What's inside
Steps it walks through
  1. Attack Surface
  2. High-Value Targets
  3. Reconnaissance
  4. Surface Map
  5. Capability Probes
  6. Detection Channels
  7. Direct
  8. Error-Based
  9. OAST
  10. Side Effects
  11. Key Vulnerabilities
  12. Path Traversal Bypasses
  13. LFI Wrappers and Techniques
  14. Template Engines
More from ctf-super-hub
All skills →
About this skill
What does the Strix•路径穿越与文件包含 skill do?

Strix 路径穿越与文件包含测试手册,覆盖本地/远程文件访问与代码执行链;触发名:strix-path-traversal-lfi-rfi

How do I install it?

Run `npx skills add asdfgh1445/ctf-super-hub --skill strix-path-traversal-lfi-rfi --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