From 83f436fb5f5aac656852d8ecb2cc616280c31588 Mon Sep 17 00:00:00 2001 From: Danche Choi Date: Mon, 19 Jun 2023 14:55:41 +0100 Subject: [PATCH] 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> --- pages/linux/dirbuster.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/dirbuster.md diff --git a/pages/linux/dirbuster.md b/pages/linux/dirbuster.md new file mode 100644 index 000000000..c474088a4 --- /dev/null +++ b/pages/linux/dirbuster.md @@ -0,0 +1,24 @@ +# dirbuster + +> Brute force directories and filenames on servers. +> More information: . + +- 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}}`