Linux command
dirbuster 命令
网络
复制后可按需替换文件名、目录或参数。
常用示例
Example
dirbuster -u [http://example.com]
Example
dirbuster -H -u [http://example.com]
Example
dirbuster -e [txt,html]
Example
dirbuster -v
Example
dirbuster -r [path/to/report.txt]
说明
dirbuster brute-forces directories and filenames on web servers. It uses wordlists to discover hidden web content and has both graphical and headless modes. Commonly used in penetration testing to find administrative interfaces, backup files, and other hidden resources.
参数
- -u _url_
- Target URL
- -H
- Headless mode (no GUI)
- -e _extensions_
- File extensions to scan
- -v
- Verbose output
- -r _file_
- Report output location
- -l _wordlist_
- Wordlist file path
- -t _threads_
- Number of threads
FAQ
What is the dirbuster command used for?
dirbuster brute-forces directories and filenames on web servers. It uses wordlists to discover hidden web content and has both graphical and headless modes. Commonly used in penetration testing to find administrative interfaces, backup files, and other hidden resources.
How do I run a basic dirbuster example?
Run `dirbuster -u [http://example.com]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -u _url_ do in dirbuster?
Target URL