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.)
- Host: GitHub
- URL: https://github.com/zblurx/brb
- Owner: zblurx
- Created: 2021-05-30T14:15:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T10:24:32.000Z (over 3 years ago)
- Last Synced: 2025-01-15T13:10:58.013Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```