diff --git a/README.md b/README.md new file mode 100644 index 0000000..c99c600 --- /dev/null +++ b/README.md @@ -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).