An open API service indexing awesome lists of open source software.

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

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.