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

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.

Awesome Lists containing this project

README

          

# FreeHourBoost-KeyGen

## Table of Contents

- [About](#about)
- [Getting Started](#getting_started)

## About

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.

## Getting Started

### 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
```