Credential stuffing program for Spotify that automatically gets the __bon
cookie. This program was made for educational purposes only. I am not responsible for what you use this for.
- Python 3
Clone the latest version of this repository to a folder with the following command.
git clone https://github.com/Shoot/FMSquared.git
Once you've cloned the repository, install the requirements from requirements.txt
using pip install -r requirements.txt
.
- Make a new file called
list.txt
, inside it put your data with the formatuser:pass
on each line. - Run the program by typing
py main.py
.
From here, it will check each combination and output any successful results into out <current time in seconds since epoch>.txt
.
This project is licensed under the MIT License - see the LICENSE file for details.