Hacking How To Host 5.5.2 Exploit on Mac(Or any OS using just Python!) EASY

  • Thread starter Thread starter Neesh
  • Start date Start date
  • Views Views 2,141
  • Replies Replies 5

Neesh

Well-Known Member
Member
Joined
Dec 23, 2015
Messages
122
Reaction score
64
Trophies
0
XP
173
Country
United States
Recently the 5.5.2 exploit has been released..... As most websites have low success rates, self-hosting is the best option.
However support for self hosting was made for only windows
.

This guide is an easy workaround​

Perquisites

1. Python
2. Stable 5.5.2 files(Download)
3.Internet Connection

How to Host
1. go into the directory you just downloaded

ex. for Mac 'cd Downloads/WiiU-5.5.2-Exploit'
2.go into Terminal or Your Command Shell and type
python -m SimpleHTTPServer 8000

You have now set up a basic server
3.Find out your computer's IP address, if you don't already know how to do a simple google Search
ex. 192.168.x.x ex. "How to find IP address Mac"
4. Go into the Wii U internet Browser and type in your IP address followed by :8000
ex. http://192.168.x.x:8000
5. Click Exploit

What if it doesn't work?
This might happen, Good news is there is a very simple fix.


Everyone's WiiU is different, the exploit has 4 different "Deltas"

How to change the Delta
1. Go into WiiU-5.5.2-Exploit folder
2. Open the Payloads Folder
3. Open exploit.html with a text editor or html editor(Not your internet browser!)
5. Change
This user does not have permission to use the HTML BB code.

Specifically
This user does not have permission to use the HTML BB code.
with
This user does not have permission to use the HTML BB code.
6. Restart the sever by closing your Terminal(Command Line)
7. Repeat Process
8. If the change does not work try changing This user does not have permission to use the HTML BB code. with
This user does not have permission to use the HTML BB code.
or
This user does not have permission to use the HTML BB code.
or
This user does not have permission to use the HTML BB code.
Followed by a restart of the server and a repeat of the hosting steps

Make sure to try all the Delta values before giving up!

That's It ! Enjoy!
 
Last edited by Neesh,
Its worth noting that port 8000 is default and doesn't need to be declared. Its also worth noting that these specific instructions only work in Python 2 since SimpleHTTPServer was renamed to http.server in Python 3. So basically:

Python 2:
Code:
python -m SimpleHTTPServer

Python 3:
Code:
python -m http.server
 
Forget the other parts. I did all of this, and my Wii U actually did load....something, and not freeze. However, I got an Error Code: 112-1028 Could not display page. What am I doing wrong?
 
Last edited by Charizarding,
Forget the other parts. I did all of this, and my Wii U actually did load....something, and not freeze. However, I got an Error Code: 112-1028 Could not display page. What am I doing wrong?
What did you type in your browser, exactly?
 

Site & Scene News

Popular threads in this forum