View Issue Details

IDProjectCategoryView StatusLast Update
0008556Kali LinuxNew Tool Requestspublic2024-03-13 14:24
Reporterm4dm0e Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0008556: DirDar - bypass forbidden directories , find and identify dir listing
Description

[Name] - DirDar v1.0

[Version] - 1.0

[Homepage] - https://github.com/M4DM0e/DirDar

[Download] - https://github.com/M4DM0e/DirDar/releases/tag/v1.0.0

[Author] - Mohammed Fadhl Al-Barbari

[Licence] - Free and open source.

[Description] - bypass forbidden directories - find and identify dir listing - you can use it as directory brute-forcer as well

Compatabily
This tool is compatible with all kind of operating systems as long as you have GO compiler installed

[Dependencies] - go language env. it can be downloaded as an executable file. download & run.

[Similar tools] - there are only few small projects on github. Dirdar is super fast tool to identify and bypass forbidden 403. it can be used to fuzz directories.

[Activity] - the tool was published on [Mar 29, 2021] and updates are going on

[How to install] - it can be downloaded without any need to compile from github. otherwise the user can download the tool from github and compile it using go build command

[How to use] - the tool takes input from STDIN it you can run it with simple command:
cat subdomains.txt | dirdar -err

and here are all the arguments & 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

[Packaged] - the tool is not packaged yet.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-12-10 04:43 m4dm0e New Issue
2024-03-13 14:24 daniruiz Summary DirDar tool - bypass forbidden directories , find and identify dir listing => DirDar - bypass forbidden directories , find and identify dir listing