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

(LetterBomb source, Webservice, WiiBrew Wiki, PyPi)

Installation

  • PyPi: (recommended)
python3 -m pip install letterbomb
  • Manual: (development)
git clone https://gitlab.com/whoatemybutter/letterbomb.git
cd letterbomb-master
python setup.py build
python setup.py install

Improvements over original

WhoAteMyButter's fail0verflow's
Network required No Yes
CLI Yes No
OS support *nix, Windows, Mac *nix
Logging Yes, logging module Yes, dependent on Flask
Packaging Git, PyPi Git
Dependencies None Flask, geoip2
Pylint 9.45/10.00 4.65/10.00
Python version 3.6+ 2.7 only

Images

Usage

  • Python:
import letterbomb

# To include BootMii:
letterbomb.__main__(mac="mac address", region="region letter", pack_bundle=True, output_file="letterbomb.zip")
# To exclude BootMii
letterbomb.__main__(mac="mac address", region="region letter", pack_bundle=False, output_file="letterbomb.zip")
# 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

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-1.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

letterbomb-1.3-py3-none-any.whl (17.3 kB view hashes)

Uploaded Python 3

Supported by

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