11 lines
189 B
Markdown
11 lines
189 B
Markdown
|
|
## Blazy
|
||
|
|
blazy does login bruteforcing
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
```
|
||
|
|
python3 main.py -i url/file
|
||
|
|
```
|
||
|
|
|
||
|
|
## Credits
|
||
|
|
Shamelessly stole form parser from [guettli](https://github.com/guettli/html_form_to_dict).
|