Skip to main content
Back to registry

File Path Traversal Testing

sickn33/antigravity-awesome-skills

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

Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill 'File Path Traversal Testing'
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykFAIL
About this skill
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. Path traversal occurs when applications use user input to construct file paths: Attack principle: Impact: Map application for potential file operations: Common vulnerable functionality: High-value files to target: Windows-specific targets: Structured testing approach: Secure coding practices: - Web browser with developer tools - Burp Suite or OWASP ZAP - cURL for testing payloads - Wordlists for automation - ffuf or wfuzz for fuzzing - HTTP request/response structure - Linux and Windows filesystem layout - Web application architecture - Basic understanding of file APIs - Vulnerability Report - Identified traversal points and severity - Exploitation Proof - Extracted file contents - Impact Assessment - Accessible files and data exposure - Remediation Guidance - Secure coding recommendations - ../ sequence moves up one directory - Chain multiple sequences to reach root - Access files outside intended directory - Confidentiality - Read sensitive files - Integrity - Write/modify files (in some cases) - Availability - Delete files (in some cases) - Code...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does File Path Traversal Testing do?

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

Is File Path Traversal Testing good?

File Path Traversal Testing does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does File Path Traversal Testing work with?

File Path Traversal Testing currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to File Path Traversal Testing?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install File Path Traversal Testing?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill 'File Path Traversal Testing'

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering