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>
pull/23/head
Danche Choi 2023-06-19 14:55:41 +01:00 committed by GitHub
parent 5e237e3323
commit 83f436fb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/dirbuster.md Normal file
View File

@ -0,0 +1,24 @@
# 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}}`