bruteforus - bruteforce URLs

bruteforus is a simple tool written in rust for bruteforus URLs and find some hidden files and folders on webserver.

Installation

git clone https://github.com/ParampreetR/bruteforus.git cd bruteforus make install

Usage

``` bruteforus 0.1.0 Used to bruteforce urls.

USAGE: bruteforcer --wordlist

ARGS: Target URL

OPTIONS: -w, --wordlist Wordlist to bruteforce with URL

-t, --threads <threads>
        Number of threads to perform requests

    --wait <wait>
        MilliSecs to wait after each request

-h, --help
        Prints help information

-V, --version
        Prints version information

```

License