diff --git a/README.md b/README.md index 5f0d587..2dfc7bc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,35 @@ # Blazy -Blazy is a modern login bruteforcer which also tests for CSR, Clickjacking, Cloudflare and WAF . +Blazy is a modern login page bruteforcer. + +### Features +- [x] Easy target selections +- [x] Smart form and error detection +- [x] CSRF and Clickjacking Scanner +- [x] Cloudflare and WAF Detector +- [x] 90% accurate results +- [x] Checks for login bypass via SQL injection +- [ ] Multi-threading +- [ ] 100% accurate results +- [ ] Better form detection and compatibility +#### Requirements +- Beautiful Soup +- Mechanize +### Usages +Open your terminal and enter +``` +git clone https://github.com/UltimateHackers/Blazy +``` +Now enter the following command +``` +cd Blazy +``` +Lets install the required modules before running Blazy +``` +pip install -r requirements.txt +``` +Now run Blazy by entering +``` +python blazy.py +``` +Now enter your desired login page URL and Blazy will do its thing: +