https://github.com/noobtoolzz/freehourboost-keygen
This is a very simple (and poorly coded) tool that attempts to bruteforce license keys for FreeHourBoost, a freemium hour booster for Steam accounts.
https://github.com/noobtoolzz/freehourboost-keygen
brute-force bruteforce cracker generator keygen keygenerator python python3
Last synced: 6 months ago
JSON representation
This is a very simple (and poorly coded) tool that attempts to bruteforce license keys for FreeHourBoost, a freemium hour booster for Steam accounts.
- Host: GitHub
- URL: https://github.com/noobtoolzz/freehourboost-keygen
- Owner: NoobToolzz
- Created: 2024-02-03T03:49:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-03T07:16:23.000Z (over 1 year ago)
- Last Synced: 2025-02-07T17:44:44.907Z (8 months ago)
- Topics: brute-force, bruteforce, cracker, generator, keygen, keygenerator, python, python3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeHourBoost-KeyGen
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)This is a very simple (and poorly coded) tool that attempts to bruteforce license keys for [FreeHourBoost](https://freehourboost.com), a freemium hour booster for Steam accounts.
PS: I haven't got a valid key and don't know if it redeems to my account or something. I cannot use username and password authentication as the login uses ReCaptcha.
### Prerequisites
What things you need to install the software and how to install them.
```
git clone https://github.com/NoobToolzz/FreeHourBoost-KeyGen.git
cd FreeHourBoost-KeyGen
```### Installing
#### Windows
```
pip install -r requirements.txt
python main.py
```
#### Linux
```
pip3 install -r requirements.txt
python3 main.py
```