Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Mar 6, 2019
...
Apr 9, 2019
...
May 18, 2021
...
May 18, 2021

DirDigger

DirDigger is a simple Python script that tries to do something like DIRB or DirBuster.

Usage:

usage: dirdigger.py [-h] -u URL -w WORDLIST [-m MODE] [-e FILE_EXTENSIONS]
                    [-i IGNORE_STATUSES] [-t TIMEOUT]

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     The base URL to start the scan from
  -w WORDLIST, --wordlist WORDLIST
                        The file containing the wordlist
  -m MODE, --mode MODE  Scan mode is "dir" or "file" (default: "dir")
  -e FILE_EXTENSIONS, --file-extensions FILE_EXTENSIONS
                        File extensions when mode is "file" (eg: php,aspx)
  -i IGNORE_STATUSES, --ignore-statuses IGNORE_STATUSES
                        HTTP statuses to be ignored (eg: 404,302)
  -t TIMEOUT, --timeout TIMEOUT
                        Request timeout in seconds (default: 5)

Preview:

DirDigger

About

A simple Python script that tries to do something like DIRB or DirBuster

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages