1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/linux/dirbuster.md
Danche Choi 83f436fb5f
dirbuster: add page (#10366)
* dirbuster: add page

* Apply suggestions from code review

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-06-19 15:55:41 +02:00

435 B

dirbuster

Brute force directories and filenames on servers. More information: https://www.kali.org/tools/dirbuster/.

  • Start in GUI mode:

dirbuster -u {{http://example.com}}

  • Start in headless (no GUI) mode:

dirbuster -H -u {{http://example.com}}

  • Set the file extension list:

dirbuster -e {{txt,html}}

  • Enable verbose output:

dirbuster -v

  • Set the report location:

dirbuster -r {{path/to/report.txt}}