Update README.md

This commit is contained in:
Ultimate Hackers
2017-10-03 12:43:00 +05:30
committed by GitHub
parent 7855acde28
commit 570884b3fd

View File

@@ -1,2 +1,35 @@
# Blazy # Blazy
Blazy is a modern login bruteforcer which also tests for CSR, Clickjacking, Cloudflare and WAF . Blazy is a modern login page bruteforcer.
<img src='https://i.imgur.com/Jhwa58j.png' />
### 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:
<img src='https://i.imgur.com/Ye0ZMpe.png' />