2017-10-03 11:49:41 +05:30
|
|
|
# Blazy
|
2017-10-03 12:43:00 +05:30
|
|
|
Blazy is a modern login page bruteforcer.
|
2017-10-03 12:43:41 +05:30
|
|
|
<p><img src='https://i.imgur.com/Jhwa58j.png' /></p>
|
2017-10-03 12:44:09 +05:30
|
|
|
|
2017-10-03 12:43:00 +05:30
|
|
|
### 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' />
|