performing-directory-traversal-testing

Featured

Testing web applications for path traversal vulnerabilities that allow reading or writing arbitrary files on the server by manipulating file path parameters.

Testing & QA 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Performing Directory Traversal Testing ## When to Use - During authorized penetration tests when the application handles file paths in URL parameters or request bodies - When testing file download, file view, or file include functionality - For assessing Local File Inclusion (LFI) and Remote File Inclusion (RFI) vulnerabilities - When evaluating template engines, logging systems, or report generators that reference files - During security assessments of APIs that accept file names or paths as parameters ## Prerequisites - **Authorization**: Written penetration testing agreement for the target - **Burp Suite Professional**: For intercepting and modifying file path parameters - **ffuf**: For fuzzing file path parameters with traversal payloads - **dotdotpwn**: Automated directory traversal fuzzer (`apt install dotdotpwn`) - **SecLists**: Traversal payload wordlists from Daniel Miessler's collection - **curl**: For manual testing of traversal payloads ## Workflow ### Step 1: Identify File Path Parameters Find application endpoints that reference files through parameters. ```bash # Common file-handling patterns to look for: # /download?file=report.pdf # /view?page=about.html # /api/files?path=documents/invoice.pdf # /template?name=header.html # /include?module=sidebar # /image?src=photos/avatar.jpg # /export?format=csv&template=default # In Burp Suite, search proxy history for file-related parameters # Filter by parameter names: file, path, page, template, include, # m...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Solid

file-path-traversal-testing

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.

27,681 Updated today
davila7
Testing & QA Solid

file-path-traversal-testing

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.

4,215 Updated today
zebbern
Testing & QA Listed

file-path-traversal-testing

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.

335 Updated today
aiskillstore
Data & Documents Listed

file-path-traversal

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 vu...

335 Updated today
aiskillstore
AI & Automation Featured

file-path-traversal

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.

39,227 Updated today
sickn33