Skip to content

Directory Brute-Forcer Script #7

@Ankurdeewan

Description

@Ankurdeewan

Create a script that attempts to discover hidden directories or files on a target website by appending paths from a wordlist to the base URL. The script should check each path and report which ones return a valid response.

Expected Behavior

  • Input: base URL and wordlist file
  • Output: print discovered directories or files with status codes
  • Ignore responses like 404 or 403 unless explicitly asked to include them
  • Handle slow servers with a delay option

Example Usage

python dirbrute.py -u http://example.com -w wordlist.txt -d 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions