https://github.com/8dcc/bludit-login-bruteforcer
Script for the blunder HackTheBox machine
https://github.com/8dcc/bludit-login-bruteforcer
Last synced: about 1 month ago
JSON representation
Script for the blunder HackTheBox machine
- Host: GitHub
- URL: https://github.com/8dcc/bludit-login-bruteforcer
- Owner: 8dcc
- Created: 2020-08-07T12:12:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T12:40:53.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T12:14:31.715Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bludit login bruteforcer
I made this script for the blunder machine (https://www.hackthebox.eu/home/machines/profile/254). It can be used to bruteforce bludit logins.
### Installation
```git clone https://github.com/r4v10l1/bludit_login_bruteforcer```
```cd bludit_login_bruteforcer```
```python3 bludit_exploit.py ```
### Notes
- Target:
- The target must be in this format: ```http://IP```
- You can use IP or hostname, but do not type "/" at he end: ```http://example.com/``` >> ```http://example.com```
- The worlist must be in .txt format.
- The username is admin, you can edit this in the code easily.