Alternatives to dirsearch

Web path scanner for discovering hidden directories and files. 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 dirsearch.

  • Feroxbuster

    Discover web content during an authorized application assessment.

    Feroxbuster offers recursive web content discovery with configurable settings, licensed MIT instead of GPL-2.0, and runs on the same Windows, macOS and Linux platforms.

  • Gobuster

    Check candidate web paths and network names during security testing.

    Gobuster adds discovery modes for network names alongside web paths in one command-line tool, and is licensed Apache-2.0 instead of GPL-2.0.

  • ffuf

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

    ffuf is a general HTTP fuzzer with configurable matching and filtering, so path discovery is one use among many, under the MIT license.

Similar software

Related functionality, not a direct replacement.