Hacking NUSGrabber connect() failed

KevAqn

Active Member
OP
Newcomer
Joined
Nov 30, 2015
Messages
30
Trophies
0
Age
36
XP
65
Country
United States
I had it working yesterday and today it's doing nothing, was first using the GUI, switched to the console version and I still can't seem to get it to connect to download anything. Anyone ever had this issue or is there something more documented on how to use it?
http://i.imgur.com/0VSgOzx.png

(There seems to be nothing explaining how to use it, ended up having to piece stuff together based on peoples replies to other threads.)
 

EclipseSin

Ignorant Wizard
Member
Joined
Apr 1, 2015
Messages
2,063
Trophies
0
Age
35
Location
221b Baker Street
XP
1,726
Country
United Kingdom
That's a timeout/socket error. Either your end, the proxy if nusgrabber uses one, or nus itself. If it worked before, try again later I suppose. Also, you have an extra 0.

0005000E10162D00 if the ID is 0005000010162D00
 
Last edited by EclipseSin,

yahoo

G͝B͢A͜t͞em҉p̡ R̨e͢g̷ul̨aŗ
Member
Joined
Aug 4, 2014
Messages
345
Trophies
0
XP
522
Country
United States
This started happening to me today too. Was working fine all last week. I'm only using the command line NUSGrabber.exe, not the GUI. Is it working for anyone?
 

EclipseSin

Ignorant Wizard
Member
Joined
Apr 1, 2015
Messages
2,063
Trophies
0
Age
35
Location
221b Baker Street
XP
1,726
Country
United Kingdom
It has to be a proxy problem with NusGrabber. NUS is working fine, and so is my internet, but not nusgrabber. Nothing you can do but wait or use uwizard for the main part and download the h3 files manually.
 

KevAqn

Active Member
OP
Newcomer
Joined
Nov 30, 2015
Messages
30
Trophies
0
Age
36
XP
65
Country
United States
Good to hear I'm not alone and that I wasn't doing something stupid. Still horrible timing since I just got my WiiU yesterday and got everything set up and running last night.
 

yahoo

G͝B͢A͜t͞em҉p̡ R̨e͢g̷ul̨aŗ
Member
Joined
Aug 4, 2014
Messages
345
Trophies
0
XP
522
Country
United States
It has to be a proxy problem with NusGrabber. NUS is working fine, and so is my internet, but not nusgrabber. Nothing you can do but wait or use uwizard for the main part and download the h3 files manually.
Do you have an example URL handy to download an h3 file? Also are h3 files needed for decrypting?

@crediar Do you have any idea what's going on here?
 

EclipseSin

Ignorant Wizard
Member
Joined
Apr 1, 2015
Messages
2,063
Trophies
0
Age
35
Location
221b Baker Street
XP
1,726
Country
United Kingdom
Do you have an example URL handy to download an h3 file?
http://nus.cdn.shop.wii.com/ccs/download/0005000E1010EC00/00000003.h3

Not for decryption to use with loadiine you do not need the h3 files. So that goes for cdecrypt as well. uwizard will do all of that by itself if you check the box.

To use them with wup installer, you need a title.cert from another update, or to make one if you don't have a copy. Link below for info (maybe not for those who arent familiar with hex). You'll also need to rename files, as the post describes. the others just need .app added to the end. if you rename the other files first, typing: ren *. *.app should do it for you, if you open a cmd prompt there

https://gbatemp.net/threads/wup-ins...re-spoofing-5-3-2.397053/page-51#post-5687448
 
Last edited by EclipseSin,

yahoo

G͝B͢A͜t͞em҉p̡ R̨e͢g̷ul̨aŗ
Member
Joined
Aug 4, 2014
Messages
345
Trophies
0
XP
522
Country
United States

EclipseSin

Ignorant Wizard
Member
Joined
Apr 1, 2015
Messages
2,063
Trophies
0
Age
35
Location
221b Baker Street
XP
1,726
Country
United Kingdom
Last edited by EclipseSin,

EclipseSin

Ignorant Wizard
Member
Joined
Apr 1, 2015
Messages
2,063
Trophies
0
Age
35
Location
221b Baker Street
XP
1,726
Country
United Kingdom
Yes. I can dl that h3 file, but I'm pretty sure this is not the same subdomain NUSGrabber is using.
Also, what is the use for the h3 files, is it for WUP installer only?
Yes. Nusgrabber is the longest way to get an update if you're using loadiine. Just use uwizard if its for loadiine...

Nusgrabber uses ccs.cdn.wup.shop.nintendo.net i think
 
Last edited by EclipseSin,
  • Like
Reactions: 2manyGames2play

2manyGames2play

Well-Known Member
Member
Joined
Nov 24, 2015
Messages
169
Trophies
0
Age
119
XP
151
Country
Netherlands
Thnx for the tip ajd4096!

NUSgrabber should('ve) be(en) updated with an external config or accept custom ip's/hosts as command line parameter/argument.

edit: What are the .h3 files for, though?
 
Last edited by 2manyGames2play,

yahoo

G͝B͢A͜t͞em҉p̡ R̨e͢g̷ul̨aŗ
Member
Joined
Aug 4, 2014
Messages
345
Trophies
0
XP
522
Country
United States
NUSgrabber makes an initial connection directly to 95.101.82.34 one of akamai's servers which is not responding.
You can hand patch this to 61.9.193.135 (the 1st one I found which is the same length).
Could you share more details on how you are patching this? Are you intercepting and altering the network calls, or are you using a hex editor on the exe, or what?
 

2manyGames2play

Well-Known Member
Member
Joined
Nov 24, 2015
Messages
169
Trophies
0
Age
119
XP
151
Country
Netherlands
@daxtsu Or that =^]

Could you share more details on how you are patching this? Are you intercepting and altering the network calls, or are you using a hex editor on the exe, or what?
Just use a hex editor, search for the old IP address and replace (overwrite, don't insert) it with the new one.
It has the same length, so it should work without problems.
 
Last edited by 2manyGames2play,

0nther0ck

Active Member
Newcomer
Joined
Nov 18, 2015
Messages
29
Trophies
0
XP
67
Country
France
NUSgrabber makes an initial connection directly to 95.101.82.34 one of akamai's servers which is not responding.
You can hand patch this to 61.9.193.135 (the 1st one I found which is the same length).
@daxtsu Or that =^]


Just use a hex editor, search for the old IP address and replace (overwrite, don't insert) it with the new one.
It has the same length, so it should work without problems.

I tried to apply this Fix, but doesn't work for me. I don't know what i'm doing wrong. I'm a n00b with all that :shy:
I'd hex edit nusgrabber, found the 95.101.82.34's ip and replace with this one:61.9.193.135 close and save
But when i launch my cmd file the windows open but nothing happens (with the old ip i obtain the connect failled error)
If anyone can explain me, thanks
 

leon234

Member
Newcomer
Joined
Dec 2, 2015
Messages
10
Trophies
0
Age
32
XP
111
Country
Gambia, The
Ok perhaps just for clarification, that other people don´t have to invest so much time like i did, here a quick tutorial for this:
1. Download a hex editor
2. Copy the IP 95.101.82.34 to clipboard (Ctrl + C)
3. Open the "NUSgrabber.exe" with your hex editor
4. Search (Ctrl + F) for the IP 95.101.82.34, but there is a special search function called "search for text"
5. Now that you have found the IP, you have to copy the other IP 61.9.193.135 to clipboard (Ctrl + C).
6. You have to paste in the new IP with the function "paste in as text"
7. Save, close hex editor and start "NUSgrabber.exe" through command line
8. Be happy

P.S. Sorry for my bad english, this is my first post ^^

EDIT:
Ok this is like step 7.5 and i just used waaay too much time for this:
7.5. Now choose something you want to update with NUSgrabber (In my case it was
00050000-10176A00 Splatoon UPD v80 EUR) from wiiubrew database (http://wiiubrew.org/wiki/Title_database) (hope i am allowed to post this here?).
Now in command line don´t just copy and paste togther "NUSGrabber.exe 00050000-10176A00",
but you have to delete the minus. "NUSGrabber.exe 0005000010176A00".
 
Last edited by leon234,
  • Like
Reactions: Katoche

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    S @ salazarcosplay: @Xdqwerty how are you?