Skip to content

feat: recursive scanning support #2

@theniteshdev

Description

@theniteshdev

📌 Description

Currently, path-killer performs a single-level directory and file scan based on the provided wordlist. While this is useful, it limits discovery to only the initial target path.

Adding recursive scanning would allow the tool to automatically continue scanning inside discovered directories, significantly improving coverage and effectiveness during enumeration.


🎯 Problem Statement

  • Hidden directories often contain additional nested paths
  • Manual rescanning is inefficient and error-prone
  • Existing tools support recursion as a core feature

Without recursion, important endpoints may be missed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions