Methodology for testing and identifying directory traversal security vulnerabilities.
Install
mkdir -p .claude/skills/file-path-traversal-testing-h4d3zs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14236" && unzip -o skill.zip -d .claude/skills/file-path-traversal-testing-h4d3zs && rm skill.zipInstalls to .claude/skills/file-path-traversal-testing-h4d3zs
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
This skill should be used when the user asks to "test for directory traversal", "exploit path traversal vulnerabilities", "read arbitrary files through web applications", "find LFI vulnerabilities", or "access files outside web root". It provides comprehensive file path traversal attack and testing methodologies.Key capabilities
- →Identify file path traversal vulnerabilities
- →Exploit directory traversal vulnerabilities
- →Read arbitrary files on a server
- →Bypass security restrictions
- →Escalate LFI to RCE
- →Implement prevention measures
How it works
The skill outlines a security testing methodology to find and exploit file path traversal vulnerabilities by passing user-controllable input to filesystem APIs without proper validation.
Inputs & outputs
When to use File Path Traversal Testing
- →Test for directory traversal
- →Exploit path traversal vulnerability
- →Check for LFI vulnerabilities
- →Identify security risk in filesystem access
About this skill
File Path Traversal Testing
Purpose
Identify and exploit file path traversal (directory traversal) vulnerabilities that allow attackers to read arbitrary files on the server, potentially including sensitive configuration files, credentials, and source code. This vulnerability occurs when user-controllable input is passed to filesystem APIs without proper validation.
Prerequisites
🧠 Knowledge Modules (Fractal Skills)
1. Required Tools
2. Required Knowledge
3. Phase 1: Understanding Path Traversal
4. Phase 2: Identifying Traversal Points
5. Phase 3: Basic Exploitation Techniques
6. Phase 4: Bypass Techniques
7. Phase 5: Linux Target Files
8. Phase 6: Windows Target Files
9. Phase 7: Automated Testing
10. Phase 8: LFI to RCE Escalation
11. Phase 9: Testing Methodology
12. Phase 10: Prevention Measures
13. Common Payloads
14. Target Files
15. Encoding Variants
16. Permission Restrictions
17. Application Restrictions
18. Testing Considerations
How it compares
This skill provides a structured methodology for identifying and exploiting file path traversal vulnerabilities, which differs from general security testing or manual file access attempts.
Compared to similar skills
File Path Traversal Testing side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| File Path Traversal Testing (this skill) | 0 | 3mo | No flags | Advanced |
| reverse-engineering-tools | 73 | 4mo | No flags | Advanced |
| game-hacking-techniques | 42 | 2mo | No flags | Advanced |
| solidity-security | 15 | 2mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by H4D3ZS
View all by H4D3ZS →You might also like
reverse-engineering-tools
gmh5225
Guide for reverse engineering tools and techniques used in game security research. Use this skill when working with debuggers, disassemblers, memory analysis tools, binary analysis, or decompilers for game security research.
game-hacking-techniques
gmh5225
Guide for game hacking techniques and cheat development. Use this skill when researching memory manipulation, code injection, ESP/aimbot development, overlay rendering, or game exploitation methodologies.
solidity-security
wshobson
Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.
1password
openclaw
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
senior-security
davila7
Comprehensive security engineering skill for application security, penetration testing, security architecture, and compliance auditing. Includes security assessment tools, threat modeling, crypto implementation, and security automation. Use when designing security architecture, conducting penetration tests, implementing cryptography, or performing security audits.
ghidra
mitsuhiko
Reverse engineer binaries using Ghidra's headless analyzer. Decompile executables, extract functions, strings, symbols, and analyze call graphs without GUI.