Hidden files and directories on the target server can contain sensitive and crucial information about the target. This revealed information can also compromise the security of the application. To find these directories and files, we need an automated approach as manual testing would make a headache to the tester.
DirsFind is an automated tool developed in the python language, which digs the hidden directories and files from the target server. DirsFind tool is open-source and free to use the tool.
Also Read: IDN HomoGraph Attack tutorial by Android
Features
- Find Directories from JS File.
- Find hidden Directories from subdomain or domain.
Installation
Install dirsFind with git clone
git clone https://github.com/thenurhabib/dirsfind
cd dirsfind
python3 dirsfind.py --help
Usage :
python3 dirsfind.py -u <domain>
example :python3 dirsfind.py example.com