file-and-path-sec

Assess file-upload and local-file-inclusion vulnerabilities in web applications.

83|8|Updated May 6, 2026
One-click install
npx skills add https://github.com/Q16G/aster --skill file-and-path-sec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-and-path-sec
Source: https://github.com/Q16G/aster/tree/main/skills/pentest/file-and-path-sec
Command: npx skills add https://github.com/Q16G/aster --skill file-and-path-sec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps security testers systematically identify and document vulnerabilities in file upload workflows and path traversal scenarios, reducing blind spots and speeding remediation.

Core Features & Use Cases

  • Enumerates file upload weaknesses and path traversal/LFI risk; supports loading sub-skills or modules for different checks; documents findings and evidence for remediation.
  • Applies to web applications with file upload forms, downloads/previews, and endpoints that accept path parameters; enables repeated, scalable testing with deterministic steps.
  • Real-world example: when a target allows uploading user content and uses path parameters to display files, this skill guides testers through signposting checks, manual verification, and evidence collection.

Quick Start

Run the file-and-path-sec skill against a target web application and apply the defined upload and LFI checks.

Frequently Asked Questions about file-and-path-sec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test for local file inclusion and path traversal vulnerabilities in web applications?

To check file upload vulnerabilities, this skill evaluates upload validation mechanisms on web application forms, using bash tooling and ripgrep to identify weak filtering and document evidence for remediation across targeted endpoints.

What is the best way to audit file upload validation workflows for security risks?

Auditing file upload validation requires systematically enumerating upload weaknesses and path traversal risks. This skill orchestrates deterministic checks across file upload forms and download endpoints to document findings and evidence for faster remediation.

Can I use ripgrep to search for path traversal vulnerabilities in web application files?

You can use ripgrep to search for path traversal vulnerabilities, as this skill leverages ripgrep for content searches across directories and files. It reads local files and lists directories to identify local file inclusion risks during security testing workflows.

How do I document file upload and LFI vulnerabilities for remediation?

Documenting file upload and LFI vulnerabilities involves executing signposting checks, manual verification, and evidence collection. This skill guides testers through deterministic steps to systematically record findings for remediation across file upload and path parameter endpoints.

When should I use an automated skill for web application vulnerability testing instead of manual checks?

Automated vulnerability testing is suited for web applications with file upload forms and path parameters requiring repeated, scalable testing. This skill provides deterministic steps for enumerating LFI risks and upload weaknesses, reducing blind spots compared to manual checks.