An open API service indexing awesome lists of open source software.

https://github.com/zblurx/brb

Bruteforce extensions on URLs (bak, bak1, 1, ~, etc.)
https://github.com/zblurx/brb

Last synced: 2 months ago
JSON representation

Bruteforce extensions on URLs (bak, bak1, 1, ~, etc.)

Awesome Lists containing this project

README

          

# brb
Bruteforce extensions on URLs (bak, bak1, 1, ~, etc.)

## Install

```bash
go get -u github.com/zblurx/brb
```

## Use

```bash
brb by zblurx

Bruteforcing URLs with specific extensions (like .bak, .bak1, ~, .old, etc.)

-i, --input-file Specify filepath
-x, --extensions-list Specify extensions in comma separated list. Default .bak,.bak1,~..old
-H, --header Specify header. Can be used multiple times
-c, --cookies Specify cookies
-x, --proxy Specify proxy
-k, --insecure Allow insecure server connections when using SSL
-t, --threads Number of thread. Default 10
-b, --status-code-blacklist Comme separated list of status code not to output
```