Skip to main content

A fork of the classic Wii hacking tool from fail0verflow

Project description

✉️💣 LetterBomb

A fork of the classic Wii hacking tool from fail0verflow.

Table of Contents

Installation

PyPi: (recommended)

python3 -m pip install -U letterbomb

Manual: (development)

git clone https://gitlab.com/whoatemybutter/letterbomb.git
cd letterbomb
python setup.py build
python setup.py install

Improvements over original

WhoAteMyButter's fail0verflow's
Networking Optional Required
CLI Yes No
OS support *nix, Windows, Mac *nix
Logging Yes, Flask, logging Yes, dependent on Flask
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.6+ 2.7 only
License GPLv3+ MIT
Documentation Sphinx, docstrings No

Images

Usage

Python:

# -*- coding: utf-8 -*-
import letterbomb

# Write to file, include BootMii:
letterbomb.write_zip(mac="mac address", region="region letter", pack_bundle=True, output_file="letterbomb.zip")
# Write to file, exclude BootMii:
letterbomb.write_zip(mac="mac address", region="region letter", pack_bundle=False, output_file="letterbomb.zip")

# Write to stream, include BootMii:
letterbomb.write_stream(mac="mac address", region="region letter", pack_bundle=True)
# Write to stream, exclude BootMii:
letterbomb.write_stream(mac="mac address", region="region letter", pack_bundle=True)

# 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 BootMii
python3 -m letterbomb mac_address region -b

# To enable logging debug
python3 -m letterbomb mac_address region -g debug

# To use a file for logging output
python3 -m letterbomb mac_address region -l logfile.txt

# To stream bytes instead, include BootMii
python3 -m letterbomb mac_address region -b -i

# To stream bytes instead, useful for piping
python3 -m letterbomb mac_address region -i

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

Note: Original code likely will not work out-of-the-box.

License

Letterbomb is licensed under GPLv3+. (included file)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

letterbomb-3.1.0.tar.gz (4.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

letterbomb-3.1.0-py3-none-any.whl (4.7 MB view details)

Uploaded Python 3

File details

Details for the file letterbomb-3.1.0.tar.gz.

File metadata

  • Download URL: letterbomb-3.1.0.tar.gz
  • Upload date:
  • Size: 4.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.6.12

File hashes

Hashes for letterbomb-3.1.0.tar.gz
Algorithm Hash digest
SHA256 2f67f8b8d222f80e2d94007b0c32fa321bcd48a0cec77c2b8534dda484a93a11
MD5 d5a30f6c1253b309cec8a3036b76db8f
BLAKE2b-256 c511d8d1ba6dbc5631b10e5ad3473081962d4ebfef9b23e0ef3b7c5ed02af7a0

See more details on using hashes here.

File details

Details for the file letterbomb-3.1.0-py3-none-any.whl.

File metadata

  • Download URL: letterbomb-3.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.6.12

File hashes

Hashes for letterbomb-3.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d90f92aee570423cecedcd9c66cc9baec184ee195dc740e9c9bf01d5e66aa142
MD5 30f740ca7cd18257e6bd41cd28e5f4cd
BLAKE2b-256 be3cce14097c5b20fd6c53b85d579473d9f173afdd96e4e902431c8df46a62f1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page