Hacking Self host from wiiu any size sd card(fully self contained)

solitaire4eva

Well-Known Member
Member
Joined
Apr 12, 2014
Messages
359
Trophies
1
Location
Parts Unknown
XP
1,439
Country
United States
Can somebody post the edited out uhttpd file?

Nevermind got it to work! I like this better than using a phone, rasp, or PC to selfhost!
But the success rate is much lower than any of the other methods. But that's most likely based on the payloads I am using lol.
 
Last edited by solitaire4eva,

Kafluke

Well-Known Member
Member
Joined
May 6, 2006
Messages
5,474
Trophies
0
Age
47
XP
4,636
Country
United States
Can somebody post the edited out uhttpd file?

Nevermind got it to work! I like this better than using a phone, rasp, or PC to selfhost!
But the success rate is much lower than any of the other methods. But that's most likely based on the payloads I am using lol.
You should try my self host package with this. I'd be curious to see how it works
 
  • Like
Reactions: solitaire4eva

Kappcy

Active Member
Newcomer
Joined
Sep 6, 2015
Messages
30
Trophies
0
Age
30
XP
123
Country
United States
Update! After deciding to try this out again since no longer needing php working I discovered that wasn't even my problem. I just had to clear the browser data. And I feel dumb. But it works so GREAT! Now if for whatever reason I ever have to take my wiiu anywhere I'm prepared.
 

xman099

Member
Newcomer
Joined
Mar 9, 2014
Messages
24
Trophies
0
Age
39
XP
143
Country
United States
I think this method can be used in any openwrt router. I have a tomato usb router currently, are they similar? Any tutorial to set up webpage on tomato router? Thanks a lot.
 

solitaire4eva

Well-Known Member
Member
Joined
Apr 12, 2014
Messages
359
Trophies
1
Location
Parts Unknown
XP
1,439
Country
United States
The only negative I can say about this device after you get it up and running is that it really gets hot lol. So I just unplug it after i have loaded the exploit. I keep it unplug until I need to run the exploit and loadiine.
 

Kiba95

Active Member
Newcomer
Joined
Apr 23, 2016
Messages
36
Trophies
0
Age
54
XP
81
Country
Serbia, Republic of
i think i messed up the luci file in /cgi-bin and don't have the orginal
anyone that can upload that?
Here, catch.
unzip and place under /www/cgi-bin/

Can somebody post the edited out uhttpd file?
Here are the contents of my /etc/config/uhttpd file after removing https lines

Code:
config uhttpd 'main'
    list listen_http '0.0.0.0:80'
    list listen_http '[::]:80'
    option home '/www'
    option rfc1918_filter '1'
    option max_requests '3'
    option max_connections '100'
    option cert '/etc/uhttpd.crt'
    option key '/etc/uhttpd.key'
    option cgi_prefix '/cgi-bin'
    option script_timeout '60'
    option network_timeout '30'
    option http_keepalive '20'
    option tcp_keepalive '1'
    option ubus_prefix '/ubus'

config cert 'px5g'
    option days '730'
    option bits '1024'
    option country 'ZZ'
    option state 'Somewhere'
    option location 'Uknown'
    option commonname 'OpenWrt'
 

Attachments

  • luci.zip
    236 bytes · Views: 242
Last edited by Kiba95,

weapon1010

New Member
Newbie
Joined
May 24, 2016
Messages
4
Trophies
0
Age
70
XP
54
Country
United States
The only negative I can say about this device after you get it up and running is that it really gets hot lol. So I just unplug it after i have loaded the exploit. I keep it unplug until I need to run the exploit and loadiine.

Hi Solitaire - You seem to know what you are doing. If you don't mind can you give all the noob(including me) out there a more noob friendly instruction than the one on the main website? Of course you are not obligated to do it, but would be very thankful if you did

Anyway, so on the website I have trouble with the following instruction ( question in bond)

  1. http://10.168.168.1:8080/goform/Setcardworkmode?workmode=0 - Do I need to do anything? or just click on the link and that's it? it shows status (2) when i click on it.
  2. Create .update directory on Zsun SMB/Windows Share (on Windows call it .update., don't ask why - it'll work) and copy SD100-openwrt.tar.gz (https://hackerspace.pl/~informatic/SD100-openwrt.tar.gz) there - How exactly do I do this? how I go into ZSUN? It said "SMB/Window Share", but what exactly is it or how to get there? I'm on window 10.
  3. http://10.168.168.1:8080/goform/upFirmWare - Do I need to do anything? or just click on the link and that's it?
Thanks
 

citrus3000psi

Active Member
Newcomer
Joined
Aug 25, 2014
Messages
41
Trophies
0
Age
40
XP
138
Country
United States
  1. http://10.168.168.1:8080/goform/Setcardworkmode?workmode=0 - Do I need to do anything? or just click on the link and that's it? it shows status (2) when i click on it.
  2. Create .update directory on Zsun SMB/Windows Share (on Windows call it .update., don't ask why - it'll work) and copy SD100-openwrt.tar.gz (https://hackerspace.pl/~informatic/SD100-openwrt.tar.gz) there - How exactly do I do this? how I go into ZSUN? It said "SMB/Window Share", but what exactly is it or how to get there? I'm on window 10.
  3. http://10.168.168.1:8080/goform/upFirmWare - Do I need to do anything? or just click on the link and that's it?
Thanks

1. Just go to the link, thats it.
2. In windows 10. Click the start button, and just start typing \\10.168.168.1 Then create a directory called '.update.' (no single quotes, period at the end is required), Copy firmware over to this new directory you created
3. Just go the link, thats it.

I bought a Zsun from ebay, but when i put it in a usb, no lights are flashing... is it defect? How to connect?

If there are no lights, I'd say the devices is DOA
 

Kiba95

Active Member
Newcomer
Joined
Apr 23, 2016
Messages
36
Trophies
0
Age
54
XP
81
Country
Serbia, Republic of
2. In windows 10. Click the start button, and just start typing \\10.168.168.1 Then create a directory called '.update.' (no single quotes, period at the end is required), Copy firmware over to this new directory you created
Small addition to this. If you are asked for login/password when you enter \\10.168.168.1 -- use admin/admin
You may check this video also where zsun is flashed with openwrt --
(the person is using macos, but it's the same from windows)
 

Vahnyyz

Well-Known Member
Member
Joined
Aug 2, 2007
Messages
262
Trophies
1
Location
Branford Fl
Website
Visit site
XP
500
Country
United States
So i've been reading this post for a while now, and haven't really seen anything "super negative" about it as of yet, but wanted to make sure that I dotted all my eyes and crossed all my tease.

With this solution, I would be able to "from a brand new wii u on firmware 5.3.2" set up all of this, and get this going (within reason) in an hour or so?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • linuxares @ linuxares:
    Sure is... and poor devs get hit with the charge backs
    +1
  • SylverReZ @ SylverReZ:
    Exactly.
  • linuxares @ linuxares:
    Thor from "Pirate Software" said its just better to pirate the game than buy from a keyshop if you care about the devs
    +2
  • The Real Jdbye @ The Real Jdbye:
    devs don't get hit with the chargebacks, the keys are free to generate
  • The Real Jdbye @ The Real Jdbye:
    at least on steam
  • linuxares @ linuxares:
    Except he said the DEVS get hits with the chargeback cost
    +1
  • linuxares @ linuxares:
    since the key gets bought with a stolen credit card
  • The Real Jdbye @ The Real Jdbye:
    there's nothing to charge back because the keys don't cost them money to generate in the first place
  • K3Nv2 @ K3Nv2:
    If the game has a crack sure
  • K3Nv2 @ K3Nv2:
    Most these crack sites have dead links anymore or the crack don't even work
  • linuxares @ linuxares:
    @The Real Jdbye What don't you get? If someone use a stolen creditcard. Then sell said key on G2A. If I the dev sold the game key, I will get the charge back cost. That's how it works, it doesn't matter if I generate 300 keys if 300 of them are bought with stolen credit cards. I never said it was on Steam, but its the dev that gets hit. There is a ton of stories out there if you google it.
    +1
  • K3Nv2 @ K3Nv2:
    Just buy other people's steam account :teach:
  • linuxares @ linuxares:
    Just tell them you're dead ;D
    +1
  • K3Nv2 @ K3Nv2:
    They already know
  • linuxares @ linuxares:
    I honestly wonder how the EU would say if I willed my account to you. And Valve be like "nope!"
    +1
  • cearp @ cearp:
    @K3Nv2 - sounds like you need a better place to find cracks!
  • K3Nv2 @ K3Nv2:
    Psionics offline right now or I would
  • SylverReZ @ SylverReZ:
    @cearp, Psi is offline at the minute, but he knows where to find them.
  • cearp @ cearp:
    get your mind out of the gutter, I'm talking about piracy
  • cearp @ cearp:
    not that type of crack
    +1
  • K3Nv2 @ K3Nv2:
    I mean the drug not the booty pervs
    +2
  • linuxares @ linuxares:
    @cearp At a plumber convenstion. Loads of cracks!
    +2
  • K3Nv2 @ K3Nv2:
    A plumber is either on crack or in crack or showcasing crack
    +2
  • cearp @ cearp:
    or of course, dealing with cracks (in pipes)
    cearp @ cearp: or of course, dealing with cracks (in pipes)