direnumerate
Release v4.1.0. (Installation)
direnumerate Direnumerate is an open source tool written in Python designed to automate directory and file enumeration on web servers..
Behold, a perfect balance of simplicity versus flexibility:
from direnumerate import Scan
url = "testphp.vulnweb.com"
wordlist = "wordlist.txt"
enum = Scan(url)
enum.dirs(wordlist)
Features
Enumeration of directories and files on web servers.
Creates a wordlist automatically
Wordlist customization.
Detailed output of findings.
Support for multiple URL schemes (http, https, etc.).
The User Guide
This part of the documentation begins with some background information about the project, then focuses on step-by-step instructions for getting the most out of direnumerate.
The API Documentation
If you are looking for information on a specific function, class, or method, this part of the documentation is for you.