cm-360 / MovableQ

A movable.sed bruteforcing site

Home Page:https://cm360.xyz/movableq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MovableQ

MovableQ is a service meant to automatically connect people who need their 3DS console's movable.sed bruteforced with volunteers that can offer the computing power to do so. Currently movable.sed mining, Mii LFCS mining, and friend exchange LFCS dumping jobs are supported.

Server Setup (Website)

Requirements

Instructions

  1. Clone this GitHub repository and install the depedencies with pipenv:
git clone --recursive https://github.com/cm-360/MovableQ.git
cd MovableQ
pipenv install
  1. Configure host settings and admin credentials in .env
  2. Run the server:
pipenv run python3 server.py

Client Setup (Miner)

Requirements

Instructions

  1. Download and extract the latest release of danny8376's Seedminer for your operating system.
  2. Download the mining client script from the MovableQ website. Place it inside the extracted Seedminer directory, in the same place as seedminer_launcher_3.py.
  3. Install the requests package if you haven't already:
pip install requests
  1. Run the mining client and allow it to generate a default configuration file:
python3 mining_client.py
  1. Open mining_client.cfg in a text editor to change the miner_name variable and give yourself a username.
  2. Run the mining client again. If everything was set up correctly and the benchmark passes, it should start checking for jobs.

NOTE: If you download the script directly from GitHub instead of the website, you will also need to adjust the client_version and base_url variables.

About

What is movable.sed?

movable.sed (sometimes shortened to just "movable" or "msed") refers to a console-unique file on a 3DS system's NAND containing important encryption keys. These keys can be used to encrypt/decrypt contents on the SD card, allowing us to perform several useful exploits, such as BannerBomb3. Check this presentation for more information.

What is "Mii Mining"?

Mii Mining is a process to bruteforce a 3DS console's LocalFriendCodeSeed (LFCS) and complete the Seedminer process. The LFCS can normally be obtained during a friend exchange, but the 11.16.0-48 system update updated the friend list module, leaving consoles on system version 11.15 or lower without access. Luckily, an exported Mii QR code contains a hash of the LFCS, which we can then bruteforce.

About

A movable.sed bruteforcing site

https://cm360.xyz/movableq/

License:MIT License


Languages

Language:Python 57.9%Language:JavaScript 26.6%Language:HTML 15.5%