direnumerate

Release v3.2.2. (Installation)

Pypi Python Versions

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 DirScan

url = "testphp.vulnweb.com"
wordlist = "wordlist.txt"

enum = DirScan(url)
enum.dir_enum(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.