System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.