logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Scan Directories - Analyze Web Servers with dirb | Online Free DevTools by Hexmos

Analyze directories with dirb, a web content scanner for identifying hidden files and directories. Discover vulnerabilities and improve security. Free online tool, no registration required.

dirb

Scan HTTP-based webservers for directories and files. More information: https://manned.org/dirb.

  • Scan a webserver using the default wordlist:

dirb {{https://example.org}}

  • Scan a webserver using a custom wordlist:

dirb {{https://example.org}} {{path/to/wordlist.txt}}

  • Scan a webserver non-recursively:

dirb {{https://example.org}} -r

  • Scan a webserver using a specified user-agent and cookie for HTTP-requests:

dirb {{https://example.org}} -a {{user_agent_string}} -c {{cookie_string}}

See Also