A fork of the classic Wii hacking tool from fail0verflow
Project description
✉️💣 LetterBomb
Table of Contents
Installation
PyPi: (recommended)
python3 -m pip install -U letterbomb
Manual: (web server, development)
git clone https://gitlab.com/whoatemybutter/letterbomb.git
cd letterbomb
python -m build
Improvements over original
WhoAteMyButter's | fail0verflow's | |
---|---|---|
Networking | Optional | Required |
CLI | Yes | No |
OS support | Linux, Windows, Mac | Linux |
Logging | Yes | Yes, dependent on Flask |
API | Yes | No |
Exceptions | Yes | No |
Packaging | GitLab, PyPI | Git |
Dependencies | None (Flask for web) | Flask, geoip2 |
Pylint | 10.00/10.00 | 4.65/10.00 |
Python version | 3.10+ | 2.7 only |
License | MIT | MIT |
Documentation | Yes | No |
Usage
Python
import letterbomb
# Write to file, include HackMii:
letterbomb.write(mac="mac address", region="region letter", output_file="letterbomb.zip")
# Write to file, exclude HackMii:
letterbomb.write(mac="mac address", region="region letter", pack_bundle=False, output_file="letterbomb.zip")
# Write to stream, include HackMii:
letterbomb.write(mac="mac address", region="region letter")
# Write to stream, exclude HackMii:
letterbomb.write(mac="mac address", region="region letter", pack_bundle=False)
# To log debug messages
letterbomb.LOGGING_LEVEL = letterbomb.logging.DEBUG
# To log output to a file
letterbomb.LOGGING_FILE = "log.txt"
CLI
# Help
python3 -m letterbomb -h
# To include HackMii, output and create a ZIP
python3 -m letterbomb MAC REGION -b -o output.zip
# To enable debug logging
python3 -m letterbomb MAC REGION -g debug -o output.zip
# To use a file for logging output instead
python3 -m letterbomb MAC REGION -l logfile.txt -o output.zip
# To stream bytes instead, and include HackMii (-b)
python3 -m letterbomb MAC REGION -b
# To stream bytes instead, and exclude HackMii
python3 -m letterbomb MAC REGION
Web service
python -m pip install letterbomb[web]
# Or...
python -m pip install letterbomb_web
See https://gitlab.com/whoatemybutter/letterbomb_web.
Documentation
Most casual users should refer to the ReadTheDocs page.
Some may want to build the documentation manually. To do this:
git clone https://gitlab.com/whoatemybutter/letterbomb.git
cd letterbomb/docs
make html
xdg-open _build/html/index.html
If you prefer one-liners, there is one below:
git clone https://gitlab.com/whoatemybutter/letterbomb.git && cd letterbomb/docs && make html && xdg-open _build/html/index.html
Before re-building the documentation, you should also run make clean
to prevent stale files from remaining in newer builds.
To read about the exploit itself in more detail, please read this article.
Original source code
- The original source code can be found at https://github.com/fail0verflow/letterbomb.
- The original website can be found at https://please.hackmii.com.
Note: Original code likely will not work out-of-the-box.
License
LetterBomb is licensed under the MIT license. (included file)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file letterbomb-4.1.tar.gz
.
File metadata
- Download URL: letterbomb-4.1.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c351260cffe3325f5faf4c13dae54f43cde911902bdd02ea639b71ef24234d00 |
|
MD5 | 3a2dbe6b9121d5d3a8de8101f00818a9 |
|
BLAKE2b-256 | 4a63056afbcbb83dd1dce8228ec8f64a6659497c138d79b1341ae009675fcaa3 |
File details
Details for the file letterbomb-4.1-py3-none-any.whl
.
File metadata
- Download URL: letterbomb-4.1-py3-none-any.whl
- Upload date:
- Size: 4.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9a51f4f4cf0f93616dfca2775a23a477b985e3c38326a71387a3b27528d2c7d |
|
MD5 | 935297bda201af249a53bf73fe5118c2 |
|
BLAKE2b-256 | 2f9677e23e0a5a2e922c9ce16e4e4db2c6773d20ca0153679463bc7f89124edf |