mirror of
https://github.com/fail0verflow/letterbomb.git
synced 2024-11-16 15:39:18 +01:00
LetterBomb web service implementation
7c6fb77f1f
Hector Martin <marcan@marcan.st>: additional fixes |
||
---|---|---|
bundle | ||
log | ||
static | ||
templates | ||
.gitignore | ||
app.py | ||
config.py.sample | ||
COPYING | ||
country_regions.txt | ||
letterbomb.fcgi | ||
oui_list.txt | ||
README.md | ||
templateE.bin | ||
templateJ.bin | ||
templateK.bin | ||
templateU.bin | ||
update_oui.sh |
LetterBomb web service implementation
This is the LetterBomb Wii System Menu 4.3 exploit implementation running on https://please.hackmii.com/. Requires Python 2.7, Flask, and geoip2.
In case you're wondering, country_regions.txt
is based on reporting data
from Homebrew Channel updates. This was implemented because we found out
that about 30% of our users are stupid and won't pick the correct system
menu version (and then complain that it doesn't work), so we use GeoIP to
guess the right default for them. Similarly, the MAC address check was
implemented because people would type in garbage for the MAC address and
then complain that it doesn't work.
This does not include the HackMii Installer bundle. Those files would go
in bundle/
.
License
GPL-2.0