ibadr3 / DirDar

DirDar is a tool that searches for (403-Forbidden) directories to break it and get dir listing on it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirDar v1.0

🏴‍☠️ bypass forbidden directories - find and identify dir listing - you can use it as directory brute-forcer as well

Share on Twitter!

Website LinkedIn Website

Install

Run this command if you have Go installed and configured.

go get -u github.com/m4dm0e/dirdar

Or you can download a release. To make it easier to execute you can put the binary in your $PATH.

Tool screen:

  • Linux

    linux

  • Windows

    windows

Help&Flags

  -threads int
    	Number of threads (Defaulf 40)
  -err
    	If you want to show errors!(Includes 404 errors) [True-False]
  -only-ok
    	Print out only OK (Bypassed and dir listing) 
  -single string
    	Only scan single target e.g (-single https://example.com/)
  -t int
    	Set the timeout of the requests (default 10000)
  -wl string
    	Forbidden directories WordList

  • Screenshot

    help

Bugs found by DirDar: (Will share the write up ASAP)

  • BackUp files at MTN Group (Triaged)
  • OLD php scripts to SQLi at MTN Group (Triaged)
  • OLD Files to information disclosure at BOSCH (Triaged)

Review:

asciicast

About

DirDar is a tool that searches for (403-Forbidden) directories to break it and get dir listing on it


Languages

Language:Go 100.0%