D00r Save

Simple directory brute-force tool written with python.

Project README

d00r


Simple directory brute-force tool written with python.

  • Usage before install: python3 d00r.py --url [url] --wordlist [wordlist_file] --status 2xx 3xx --thread 100
  • Usage after install: d00r --url [url] --wordlist [wordlist_file] --status 2xx 3xx --thread 100

Screenshot

Usage

Setup

Necessary python modules: tqdm and argparse
Installation of python modules: pip3 install -r requirements.txt

Arguments

  • --url: Specify target url. Example => http://192.168.1.1
  • --wordlist: Select wordlist file. Example => /usr/share/wordlists/dirb/common.txt
  • --status: Filter status codes. Example => 200 301 403
  • --thread: Number of threads. Example => 100
  • --install: Install d00r on your system.

Updates

  • 06/09/2020: Added thread support.
Open Source Agenda is not affiliated with "D00r" Project. README Source: CYB3RMX/d00r

Open Source Agenda Badge

Open Source Agenda Rating