Hacking Wii U Hacking & Homebrew Discussion

TheLoneWolfe

Well-Known Member
Newcomer
Joined
May 2, 2014
Messages
67
Trophies
0
Age
25
XP
141
Country
Canada
Hey guys, so after discovering that the browser exploit was ported to my system menu version of 5.1, I took interest in playing around with it a bit, but I'm kinda stuck. I installed DevkitPPC and Python, cloned the wiiu-userspace repo, and ran build.sh on hello.c, but I'm supposed to get an rpx, right? I'm not getting an error, just a warning about being unable to find symbol _start, defaulting to some number and then a 0 on its own line. hello.o is appearing in the build folder, but no rpx is appearing. I'm on a Mac, by the way.
 

Relys

^(Software | Hardware) Exploit? Development.$
Member
Joined
Jan 5, 2007
Messages
878
Trophies
1
XP
1,239
Country
United States
Hey guys, so after discovering that the browser exploit was ported to my system menu version of 5.1, I took interest in playing around with it a bit, but I'm kinda stuck. I installed DevkitPPC and Python, cloned the wiiu-userspace repo, and ran build.sh on hello.c, but I'm supposed to get an rpx, right? I'm not getting an error, just a warning about being unable to find symbol _start, defaulting to some number and then a 0 on its own line. hello.o is appearing in the build folder, but no rpx is appearing. I'm on a Mac, by the way.


No, you built it correctly. It will generate test<VER>.html in the root directory of the repo. Copy it along with frame.html into directory on your webserver.
 

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
I want to try hosting it locally on my computer, but I'm not having any luck. I've told MSE to not look in a particular folder used by my local hosting program, HFS, but I can't seem to get the binary into that folder before MSE strips it. Could perhaps someone make a pastebin of the working file in its hex representation so that I can open a new document and paste it in and save it? I'd like to see if I can host this without being online so that I can execute the binary without internet access so I can keep my system offline.

Edit: I'm on 5.X so that's important and yeah.
 

Relys

^(Software | Hardware) Exploit? Development.$
Member
Joined
Jan 5, 2007
Messages
878
Trophies
1
XP
1,239
Country
United States
I want to try hosting it locally on my computer, but I'm not having any luck. I've told MSE to not look in a particular folder used by my local hosting program, HFS, but I can't seem to get the binary into that folder before MSE strips it. Could perhaps someone make a pastebin of the working file in its hex representation so that I can open a new document and paste it in and save it? I'd like to see if I can host this without being online so that I can execute the binary without internet access so I can keep my system offline.

Edit: I'm on 5.X so that's important and yeah.


Go to MSE quarantine and restore. Or just turn off MSE for a bit.
 

the_randomizer

The Temp's official fox whisperer
Member
Joined
Apr 29, 2011
Messages
31,284
Trophies
2
Age
38
Location
Dr. Wahwee's castle
XP
18,969
Country
United States
I'm so bloody lost in this who exploit thing. Like, as in what I can or can't do at this point in time or how to do it. I'd best sit back for the next while till I feel less confused as to what's really going on.

Edit: Never mind, eff this.
 

Relys

^(Software | Hardware) Exploit? Development.$
Member
Joined
Jan 5, 2007
Messages
878
Trophies
1
XP
1,239
Country
United States
I'm so bloody lost in this who exploit thing. Like, as in what I can or can't do at this point in time or how to do it. I'd best sit back for the next while till I feel less confused as to what's really going on.


My god, it's called a readme for a reason.
 
  • Like
Reactions: Vappy

the_randomizer

The Temp's official fox whisperer
Member
Joined
Apr 29, 2011
Messages
31,284
Trophies
2
Age
38
Location
Dr. Wahwee's castle
XP
18,969
Country
United States
My god, it's called a readme for a reason.

No shit, I was mostly curious as to what people were doing is all, and why, because, what does this achieve, that's what I was trying to ask. It runs the code, but then what? What's so wrong with inquiring as to what is going on? People are running the code, I understand that. You needn't be so condescending about an inquiry. :rolleyes:
 
  • Like
Reactions: TeamScriptKiddies

NWPlayer123

Well-Known Member
Member
Joined
Feb 17, 2012
Messages
2,642
Trophies
0
Location
The Everfree Forest
XP
6,693
Country
United States
Hey guys, so after discovering that the browser exploit was ported to my system menu version of 5.1, I took interest in playing around with it a bit, but I'm kinda stuck. I installed DevkitPPC and Python, cloned the wiiu-userspace repo, and ran build.sh on hello.c, but I'm supposed to get an rpx, right? I'm not getting an error, just a warning about being unable to find symbol _start, defaulting to some number and then a 0 on its own line. hello.o is appearing in the build folder, but no rpx is appearing. I'm on a Mac, by the way.

No, we can't even run rpx files at this point, and DevKitPPC is irrelevant to the Wii U in Cafe OS mode. You should look for "test500.html" and copy it and frame.html to wherever you're testing from.


No shit, I was mostly curious as to what people were doing is all, and why, because, what does this achieve, that's what I was trying to ask. It runs the code, but then what? What's wrong with asking about what exactly is going on?
It's exactly that, it runs the code :P that's all there is to it, it allows code execution.
 
  • Like
Reactions: the_randomizer

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
Go to MSE quarantine and restore. Or just turn off MSE for a bit.

Yeah, Quarantine/Restore failed to work, so I just disabled it and downloaded the file. I got it into my safe folder, then re-enabled it, and I have the exploit working and locally hosted for HFS to use.
 
D

Deleted User

Guest
Your anti-virus is probably removing the shell code. Inspect the HTML with editor.

Also, couldn't we encrypt the payload and do the decryption process on the Wii U with javascript so people wouldn't keep getting false AV messages?



Funny thing is, I don't have any AV software. .
 

Marionumber1

Well-Known Member
Member
Joined
Nov 7, 2010
Messages
1,234
Trophies
3
XP
4,045
Country
United States
Hey guys, so after discovering that the browser exploit was ported to my system menu version of 5.1, I took interest in playing around with it a bit, but I'm kinda stuck. I installed DevkitPPC and Python, cloned the wiiu-userspace repo, and ran build.sh on hello.c, but I'm supposed to get an rpx, right? I'm not getting an error, just a warning about being unable to find symbol _start, defaulting to some number and then a 0 on its own line. hello.o is appearing in the build folder, but no rpx is appearing. I'm on a Mac, by the way.


You're not supposed to get an RPX, you get an HTML file (in this case, test500.html) which you navigate to on your Wii U to run unsigned code. Make sure that test500.html and frame.html are both on your server.

EDIT: Didn't see page 26. :P
 

RHOPKINS13

Geek
Member
Joined
Jan 31, 2009
Messages
1,360
Trophies
2
XP
2,652
Country
United States
Works for me! Is there any way I can help poke around for a kernel exploit? I'm a programmer but am n00bish when it comes to these exploits...
 

TheLoneWolfe

Well-Known Member
Newcomer
Joined
May 2, 2014
Messages
67
Trophies
0
Age
25
XP
141
Country
Canada
You're not supposed to get an RPX, you get an HTML file (in this case, test500.html) which you navigate to on your Wii U to run unsigned code. Make sure that test500.html and frame.html are both on your server.

EDIT: Didn't see page 26. :P

Haha, yeah someone beat you to it. But thanks for your work!
 

TeamScriptKiddies

Licensed Nintendo (indie) Game Developer
Member
Joined
Apr 3, 2014
Messages
1,970
Trophies
0
Age
36
Location
Planet Earth :P
XP
1,703
Country
United States
So from what I understand, the exploit for 5.0.0 also runs on 5.1.0 as well. Can anyone confirm this? I'm updating thehomebrewcometh right now. I need to know if I just need one button for both firmwares (to launch the exploit) or two separate ones for each of those firmwares. Marionumber1 NWPlayer123 Chadderz?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • realtimesave @ realtimesave:
    jdhello
  • realtimesave @ realtimesave:
    @SylverReZ that guy seriously spent over 2 grand on that hot wheels pc?
    +1
  • RedColoredStars @ RedColoredStars:
    LTT is a noob
  • RedColoredStars @ RedColoredStars:
    Guy doesnt know wtf hes talking about half the time
  • realtimesave @ realtimesave:
    @SylverReZ that reminds me that my friend sells CRTs he gets cheap or free for hundreds of dollars. people are dumb
    +1
  • RedColoredStars @ RedColoredStars:
    And is incredibly annoying.
  • realtimesave @ realtimesave:
    man I just washed my shoes and they look exactly the same as before I washed them :|
  • realtimesave @ realtimesave:
    luckily they didn't fall apart
  • RedColoredStars @ RedColoredStars:
    Some CRTs are very much worth the price
  • RedColoredStars @ RedColoredStars:
    i used to go out to the recycling center every couple weeks and look at the crts and other electronics people would drop off. Usually screens were broken or severely scratched from being tossed around. Did find a good one here and there, but never anything like a 1080i widescreen crt.
  • RedColoredStars @ RedColoredStars:
    Or a good contition 40" Sony Trini that weighs 300 lbs. lol
  • RedColoredStars @ RedColoredStars:
    Literally 300 lbs. lolol
  • BigOnYa @ BigOnYa:
    I have a few of those boat anchors in my basement I tried giving away but no one wanted them, So anyone close to Columbus, Ohio area that wants them, (26", 2x 19") please come get, for free.
  • RedColoredStars @ RedColoredStars:
    Dont know anyone wants those smaller ones. Most are after larger sizes and the kinda top of the line models
  • RedColoredStars @ RedColoredStars:
    Motion handling and input lag on those things destroy plasmas, led, oled
  • realtimesave @ realtimesave:
    I had some really nice CRTs I should've kept
  • realtimesave @ realtimesave:
    now I have all lcd
  • realtimesave @ realtimesave:
    one in particular I regret getting rid of oh well :|
  • realtimesave @ realtimesave:
    the Sonys and stuff I don't care about
  • realtimesave @ realtimesave:
    and used LCD are hard to sell I can imagine.. not worth much
  • realtimesave @ realtimesave:
    @SylverReZ where do u lurk
  • a_username_that_isnt_cool @ a_username_that_isnt_cool:
    Is it piracy if it was released for free? Not in my opinion, but I also think it's not piracy if buying it isn't owning it, and it's not piracy if you can't buy it from the original creators anymore.
  • K3Nv2 @ K3Nv2:
    Free release can have loopholes where they still make money through ads
    K3Nv2 @ K3Nv2: Free release can have loopholes where they still make money through ads