# gobuster

This is a network optimized website enumeration tool

### Simple Scan: (20 threads)

`#`<mark style="color:green;">`gobuster dir -u http://192.168.26.103/ -w /usr/share/seclists/Discovery/Web-Content/directory-list-2.3-medium.txt -t 20`</mark>

### Faster scan with extension checks:

(May need to slow it down depending on your system)

`#`<mark style="color:green;">`gobuster dir -u http://192.168.27.200/ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -x html,asp,htm,aspx,php,pl,js,txt,sh -t 40`</mark>

### **Windows:**&#x20;

Windows is not case sensitive so you can speed up IIS scans with the lowercase only directory list.

`#`<mark style="color:green;">`gobuster dir -u http://10.10.10.121/ -w /usr/share/seclists/Discovery/Web-Content/directory-list-lowercase-2.3-medium.txt -t 50 -x html,txt,asp,aspx,htm,htx,idq,crl,idc,inc,asa,svc,ida,eqibrw,update,hsh,js`</mark>

## Common Dir Flags:

<mark style="color:yellow;">-e</mark> print full paths&#x20;

<mark style="color:yellow;">-s</mark> show certain status codes only. (comma separate)&#x20;

<mark style="color:yellow;">-x</mark> check for specified file extensions (-x pl, sh, php, html, txt)

&#x20;    There are several other common non-language extensions that people give backup files (bak, bac, old, \_bak, 000, \~, 1, 01, 2, inc, xxx)

<mark style="color:yellow;">-l</mark> show body length of response&#x20;

<mark style="color:yellow;">-U</mark> / <mark style="color:yellow;">-P</mark> try a username and password

<mark style="color:yellow;">-k</mark> ignore ssl check


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.hackbook.io/reconnaissance/web-server/directory-and-file-enumeration/enumeration/gobuster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
