- Open shell.
- Type dirbuster and hit enter.
- Fill the target URL.
- And then choose below file for "File with dir/file" field:
- /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt
Or run from jar file (If you plan to utilize the memory usage since DirBuster require quite some resources before it went kaput)::
Command:
java -Xmx8G -jar DirBuster-1.0-RC1.jar -u
-Xmx8G : assign 8gb memory for java process
-l : path for wordlist
