Hacking Self-hosted payloads with only static HTML

Xplic1T

Well-Known Member
Member
Joined
May 26, 2006
Messages
252
Trophies
0
XP
531
Country
Curious, those on 5.3.2 are you able to get back into loadiine gx after game launch?

I get the Wii U loading screen and then a freeze after about 10 seconds (then audio stops).
 

drizztbsd

Well-Known Member
OP
Newcomer
Joined
Apr 4, 2016
Messages
66
Trophies
0
XP
138
Country
Italy
Curious, those on 5.3.2 are you able to get back into loadiine gx after game launch?

I get the Wii U loading screen and then a freeze after about 10 seconds (then audio stops).
just reopen mii creator from wiiu menu
 
Last edited by drizztbsd,

ARVI80

Well-Known Member
Member
Joined
Feb 25, 2016
Messages
197
Trophies
0
Age
43
Location
UK
XP
315
Country
The trick I find to a fast loading time and high success rate, nearly 10/10 booting into hombrew launcher, is to use compression with a pre loader (server side). Remove all fw checks in the server files and have them directly point to the payload. Finally, add some code to you're index file to stop the server sending any cookies.

Additionally, optimization of the code throughout the server files but only if you no what your doing. Also rewriting the loadiine Dev code will improve compatibility if you understand what can be removed and changed (you will need to figure this out on your own I'm afraid)
 
Last edited by ARVI80,

drizztbsd

Well-Known Member
OP
Newcomer
Joined
Apr 4, 2016
Messages
66
Trophies
0
XP
138
Country
Italy
The trick I find to a fast loading time and high success rate, nearly 10/10 booting into hombrew launcher, is to use compression with a pre loader (server side). Remove all fw checks in the server files and have them directly point to the payload. Finally, add some code to you're index file to stop the server sending any cookies.

Additionally, optimization of the code throughout the server files but only if you no what your doing. Also rewriting the loadiine Dev code will improve compatibility if you understand what can be removed and changed (you will need to figure this out on your own I'm afraid)
for 5.5.1 this should not be necessary since you can't compress mp4 anymore, maybe it helps with 5.3.2.
Why can't you give us more indications ?
 

ARVI80

Well-Known Member
Member
Joined
Feb 25, 2016
Messages
197
Trophies
0
Age
43
Location
UK
XP
315
Country
for 5.5.1 this should not be necessary since you can't compress mp4 anymore, maybe it helps with 5.3.2.
Why can't you give us more indications ?
compression is still possible server side in terms of the server load and response time. It will also compress any html, php and payloads helping out the preloader.
Unfortunately I have not got the time just at the moment to explain the process of optimization of both server files and apps on the SD due to my wife just giving birth to our new baby boy. Also it is not good practice for me to share files/programs from other devs that I have altered. I will be doing a complete rewrite of all code eventually and essentially making it my own upon which time I will share, that is going to be in a couple of weeks.

One quick tip I will give you is to alter any variables that only need to be self contained in a single function to actually be self contained. There are plenty of guides on Google that can also help with best practice and general optimisation.
 
Last edited by ARVI80,

kikukku

Active Member
Newcomer
Joined
Mar 31, 2016
Messages
25
Trophies
0
Age
38
XP
94
Country
Indonesia
compression is still possible server side in terms of the server load and response time. It will also compress any html, php and payloads helping out the preloader.
Unfortunately I have not got the time just at the moment to explain the process of optimization of both server files and apps on the SD due to my wife just giving birth to our new baby boy. Also it is not good practice for me to share files/programs from other devs that I have altered. I will be doing a complete rewrite of all code eventually and essentially making it my own upon which time I will share, that is going to be in a couple of weeks.

One quick tip I will give you is to alter any variables that only need to be self contained in a single function to actually be self contained. There are plenty of guides on Google that can also help with best practice and general optimisation.

Congrats for your baby boy :moogle:

will be patiently waiting for you, just take your time :yay3ds:
 
D

Deleted User

Guest
Can you tell me please how you used the Github version? I'm trying to host there too myself
 

kikukku

Active Member
Newcomer
Joined
Mar 31, 2016
Messages
25
Trophies
0
Age
38
XP
94
Country
Indonesia
Hello TS, thanks for the static html.

But i dont find the kexploit in this zip, may i ask for old 4.1.0 kexploit included?

I cant find it anywhere including at the definitive package

Thanks
 

simbin

Well-Known Member
Member
Joined
Jul 28, 2015
Messages
588
Trophies
0
XP
1,387
Country
United States
Really hope this works bc php5 can't fit on my OpenWRT.

Wii U 5.5.1 - copied the following files only - VERY limited on space!

www/index.html
www/homebrew_launcher/frame.html
www/homebrew_launcher/index.html
www/homebrew_launcher/payload532.html
www/homebrew_launcher/payload550.mp4

Success! But it only worked once and freezes ever since :(

Any ideas?
 

Glix

Well-Known Member
Member
Joined
Jan 11, 2016
Messages
102
Trophies
0
XP
176
Country
Really hope this works bc php5 can't fit on my OpenWRT.

Wii U 5.5.1 - copied the following files only - VERY limited on space!

www/index.html
www/homebrew_launcher/frame.html
www/homebrew_launcher/index.html
www/homebrew_launcher/payload532.html
www/homebrew_launcher/payload550.mp4

Success! But it only worked once and freezes ever since :(

Any ideas?

What firmware version is your WiiU: 551, then you don't need payload532.html
 

simbin

Well-Known Member
Member
Joined
Jul 28, 2015
Messages
588
Trophies
0
XP
1,387
Country
United States
What firmware version is your WiiU: 551, then you don't need payload532.html

Yes 5.5.1. I went directly to payload550.mp4 in the browser and it worked! But again, only once - freeze ever since.

I'm starting to think I'll have to get PHP running somewhere to use the newer exploit :(

Tested XAMPP with good results. Maybe uhttpd on router has timing issues?
 
Last edited by simbin,

Glix

Well-Known Member
Member
Joined
Jan 11, 2016
Messages
102
Trophies
0
XP
176
Country
Yes 5.5.1. I went directly to payload550.mp4 in the browser and it worked! But again, only once - freeze ever since.

I'm starting to think I'll have to get PHP running somewhere to use the newer exploit :(

Tested XAMPP with good results. Maybe uhttpd on router has timing issues?

I always launch the kexploit first then loadiine works for me everytime on first launch (I power down my wiiu). Running in OpenWrt in an added directory to the standard www dir for OpenWrt.
 

simbin

Well-Known Member
Member
Joined
Jul 28, 2015
Messages
588
Trophies
0
XP
1,387
Country
United States
I always launch the kexploit first then loadiine works for me everytime on first launch (I power down my wiiu). Running in OpenWrt in an added directory to the standard www dir for OpenWrt.

kexploit10.mp4 Illuminati thing right?

I had that working a few times and thought it was finally all good - but then it started freezing too
I always launch the kexploit first then loadiine works for me everytime on first launch (I power down my wiiu). Running in OpenWrt in an added directory to the standard www dir for OpenWrt.

It's true - I have more success loading kexploit10.mp4 Illuminati but it freezes a bunch too. I can't seem to get hbl.mp4 or loadiine.mp4 working again. I noticed the faster I load kexploit10.mp4 from the browser, the higher success rate. It just seems like timing is off, perhaps it's on my OpenWrt. I'm just using a WRT54G router with 2MB flash and since PHP5 failed I lost most of my space until I reflash ugh

Online exploit is working but I don't want to rely on that long-term. May end up compiling a new OpenWrt kernel with lighttpd and try the php method if I can squeeze it on there.
 
Last edited by simbin,

Neouni

Well-Known Member
Newcomer
Joined
Sep 28, 2004
Messages
68
Trophies
0
XP
295
Country
Netherlands
kexploit10.mp4 Illuminati thing right?

I had that working a few times and thought it was finally all good - but then it started freezing too


It's true - I have more success loading kexploit10.mp4 Illuminati but it freezes a bunch too. I can't seem to get hbl.mp4 or loadiine.mp4 working again. I noticed the faster I load kexploit10.mp4 from the browser, the higher success rate. It just seems like timing is off, perhaps it's on my OpenWrt. I'm just using a WRT54G router with 2MB flash and since PHP5 failed I lost most of my space until I reflash ugh

Online exploit is working but I don't want to rely on that long-term. May end up compiling a new OpenWrt kernel with lighttpd and try the php method if I can squeeze it on there.

Delivery speed is a critical issue, as seen in other cases.
 

zona

Active Member
Newcomer
Joined
Jun 16, 2014
Messages
41
Trophies
0
Age
49
XP
579
Country
Macedonia, The Former Yugoslav Republic of
is there a way to make this to work on WD My Cloud ?
WD_MyCloud_285x285_box.jpg
 

Neouni

Well-Known Member
Newcomer
Joined
Sep 28, 2004
Messages
68
Trophies
0
XP
295
Country
Netherlands
is there a way to make this to work on WD My Cloud ?
WD_MyCloud_285x285_box.jpg
Google says probable, it can host websites even outside your network.
No clue about speed, and you might need to do static payloads unless you want to install alternate firmware.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, stop stealing my phrases
  • K3Nv2 @ K3Nv2:
    why
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, it's not funny
  • K3Nv2 @ K3Nv2:
    ok
  • BigOnYa @ BigOnYa:
    Wut?
  • K3Nv2 @ K3Nv2:
    That's not funny
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    So two cannibals where eating a clown and one says to the other. Hey does this taste funny to you?
    +2
  • K3Nv2 @ K3Nv2:
    What do you call a slow car? Retired
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Did you hear about the police car that someone stole the wheels off of? The police are working tirelessly to find the thieves.
    +2
  • K3Nv2 @ K3Nv2:
    A firefighter got arrested for assault his main claim was what I was told he was on fire
    +2
  • BigOnYa @ BigOnYa:
    What do you call a hooker with a runny nose? Full
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    What do you tell a woman with two black eyes? Nothing you already told her twice!
  • K3Nv2 @ K3Nv2:
    Diddy also works
  • K3Nv2 @ K3Nv2:
    A scientist heard the word batman so he put a naked lady in a cage with a bat
  • Psionic Roshambo @ Psionic Roshambo:
    Chuck Norris won a staring contest, with the sun.
  • K3Nv2 @ K3Nv2:
    A vampires favorite thing to do is moon you
  • BigOnYa @ BigOnYa:
    What's the difference between an airplane, and Ken's mom? Not everyone has been in an airplane.
  • K3Nv2 @ K3Nv2:
    What's the difference between @BigOnYa and his wife? Nothing both want to bone me
    +3
  • RedColoredStars @ RedColoredStars:
    How much wood could a wood chuck chuck if a wood chuck could chuck norris
    +1
  • BakerMan @ BakerMan:
    how do i know? you're a guy, and he wants to bone every guy on this site (maybe, idk)
    +1
  • K3Nv2 @ K3Nv2:
    He wants to bone anything with a dick
    +1
  • Xdqwerty @ Xdqwerty:
    Good night
    +1
  • BigOnYa @ BigOnYa:
    Nighty night, big day tomorrow. Congrats.
    BigOnYa @ BigOnYa: Nighty night, big day tomorrow. Congrats.