We can use
ffuf to discover files and folders that we cannot spot by simply browsing the website. All we need to do is launch ffuf with a list of folders names and instruct it to look recursively through them.
recursion-depth: Specifies the maximum depth to scan.
u: Our target URL, and FUZZ will be the injection point.
w: Path to our wordlist.
Save the results to a file called folders.txt
Sensitive Information Disclosure
In this example CeWL is used to extract words with a minimum length of 5 characters -m5, convert them to lowercase --lowercase and save them into a file called wordlist.txt -w <FILE>: