DirBuster commandline interface
Little known to most DirBuster does provide a commandline interface (cli) since version 0.12. The options for this are shown below.
DirBuster - 0.12 Usage: java -jar DirBuster-0.12 -u <URL http://example.com/> [Options]
  Options:       -h : Display this help message       -H : Start DirBuster in headless mode (no gui), report will be auto saved on exit       -l <Word list to use> : The Word list to use for the list based brute force. Default: <userdirectory>/directory-list-2.3-small.txt"       -g : Only use GET requests. Default Not Set       -e <File Extention list> : File Extention list eg asp,aspx. Default: php       -t <Number of Threads> : Number of connection threads to use. Default: 10       -s <Start point> : Start point of the scan. Default: /       -v : Verbose output, Default: Not set       -P : Don't Parse html, Default: Not Set       -R : Don't be recursive, Default: Not Set       -r <location> : File to save report to. Default: <userdirectory>/DirBuster-Report-[hostname]-[port].txt
Examples:
Run DirBuster in headless mode java -jar DirBuster-0.12.jar -H -u https://www.target.com/
Start GUI with target file prepopulated java -jar DirBuster-0.12.jar -u https://www.target.com/















