Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
D1se0 authored Jun 21, 2024
1 parent 4977967 commit 86f8814
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,26 @@ python3 directorybrute.py [-u URL] [-w WORDLIST] [--hp HIDDEN-PROTOCOL] [-x EXTE
```

## Parameters
-u URL: Specify the target website URL.

`-h`, `--help` = show this help message and exit

`-w` WORDLIST, `--wordlist` WORDLIST = Path to the wordlist for brute-forcing.

`-t` THREADS, `--threads` THREADS = Number of concurrent threads (optional, default is 10).

`-u` URL, `--url` URL = URL with BRUTE where it will be replaced to perform brute force (for example, "example.com/BRUTE").

-w WORDLIST: Path to the wordlist for brute-forcing.
`--https` = Use https instead of http.

-t THREADS: Number of concurrent threads (optional, default is 10).
`--hp` HP, `--hide-status` HP = Hide specific HTTP status codes (for example, "200,202").

`--hw` HW, `--hide-size` HW = Hide specific content sizes (for example, "128,256").

`-x` EXTENSIONS, `--extensions` EXTENSIONS = Extensions to try, separated by commas (e.g. "txt,html,php").

`--hd`, `--hidden-directories` = Add a period in front of each word to discover hidden directories or files.

`-f` FILE, `--file` FILE = File name to export the results.

### Example usage:

Expand Down

0 comments on commit 86f8814

Please sign in to comment.