Alternatives to Gobuster

Check candidate web paths and network names during security testing. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Gobuster.

  • Feroxbuster

    Discover web content during an authorized application assessment.

    Feroxbuster focuses on recursive web content discovery with configurable scanning, is MIT licensed, and drops Gobuster's extra discovery modes such as network names.

  • ffuf

    Test variations in HTTP requests with a command-line fuzzer.

    ffuf is an MIT-licensed general HTTP fuzzer with configurable matching and filtering, so it covers path discovery and other request variations beyond Gobuster's modes.

  • dirsearch

    Web path scanner for discovering hidden directories and files.

    dirsearch is a GPL-2.0 web path scanner with recursion, extension templates, filters, proxies and several report formats, but it only covers web paths.

Similar software

Related functionality, not a direct replacement.