📌 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.
📌 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
Without recursion, important endpoints may be missed.