Skip to content

Alpastx/DirStrike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dirbuster Usage Guide

Dirbuster is a powerful directory busting tool written in Go that helps discover hidden directories and files on web servers.

Basic Usage

./dirbuster -u http://example.com -w /path/to/wordlist.txt

Available Options

Option Description Default
-u Target URL (required) -
-w Path to wordlist (required) -
-t Number of concurrent threads 10
-timeout Timeout for HTTP requests in seconds 10
-x File extensions to search (comma separated) -
-ua User-Agent string Dirbuster/1.0
-o Output file to write results -
-v Verbose output -

Examples

Scan with 20 threads

./dirbuster -u http://example.com -w /path/to/wordlist.txt -t 20

Scan with specific extensions

./dirbuster -u http://example.com -w /path/to/wordlist.txt -x php,html,txt

Save results to a file

./dirbuster -u http://example.com -w /path/to/wordlist.txt -o results.txt

About

Dir busting tool still in development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages