Update README.md
This commit is contained in:
35
README.md
35
README.md
@@ -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' />
|
||||||
|
|||||||
Reference in New Issue
Block a user