initial docs

This commit is contained in:
Somdev Sangwan
2022-11-28 23:26:07 +05:30
committed by GitHub
parent 347ab20a37
commit c2b43d671f

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
## 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).