Hacking Contenthax - a Vulnerability in Wii U File System Verification

  • Thread starter Thread starter VinsCool
  • Start date Start date
  • Views Views 186,360
  • Replies Replies 1,235
  • Likes Likes 43
Anyone understand this error, Got it on Win10 with Python 3 using python -i wupclient.py.

BTW, This works perfectly fine running instide VM running Win7 with Python 3, Would just prefer to using my main system is all.

Code:
Error..
C:\Users\BIFFTAZ-\Desktop\wuphax-v1.0>python -i wupclient.py
Traceback (most recent call last):
  File "wupclient.py", line 753, in <module>
    mount_sd()
  File "wupclient.py", line 601, in mount_sd
    handle = w.open("/dev/fsa", 0)
  File "wupclient.py", line 131, in open
    address = self.load_string(device)
  File "wupclient.py", line 128, in load_string
    return self.load_buffer(bytearray(s + "\0", "ascii"), align)
  File "wupclient.py", line 123, in load_buffer
    address = self.alloc(len(b), align)
  File "wupclient.py", line 111, in alloc
    return self.svc(0x27, [0xCAFF, size])
  File "wupclient.py", line 77, in svc
    ret, data = self.send(2, data)
  File "wupclient.py", line 48, in send
    self.s.send(request)
AttributeError: 'NoneType' object has no attribute 'send'
>>>
 
there is no error in that, the first line is a handle to the filesystem, the second says the sd is already mounted (wupclient always mounts the sd when you open it) and second is that the file handle was closed successfully, you can now run the w.up command basically.
Thank you, all works perfect!
 
@FIX94
I have a question.
Does your fork of iosuhax + wupserver have sig patches for sysnand?
no, it does not contain the same signature patches for the same reason my sysnand branch wupclient does not contain rm or rmdir, it is just far too dangerous to use on a sysnand setup unless you are an expert, and if you are then it should be no problem at all adding that stuff into the code yourself.
 
no, it does not contain the same signature patches for the same reason my sysnand branch wupclient does not contain rm or rmdir, it is just far too dangerous to use on a sysnand setup unless you are an expert, and if you are then it should be no problem at all adding that stuff into the code yourself.
Thanks for the reply :)
 
Anyone understand this error, Got it on Win10 with Python 3 using python -i wupclient.py.

BTW, This works perfectly fine running instide VM running Win7 with Python 3, Would just prefer to using my main system is all.

Code:
Error..
C:\Users\BIFFTAZ-\Desktop\wuphax-v1.0>python -i wupclient.py
Traceback (most recent call last):
  File "wupclient.py", line 753, in <module>
    mount_sd()
  File "wupclient.py", line 601, in mount_sd
    handle = w.open("/dev/fsa", 0)
  File "wupclient.py", line 131, in open
    address = self.load_string(device)
  File "wupclient.py", line 128, in load_string
    return self.load_buffer(bytearray(s + "\0", "ascii"), align)
  File "wupclient.py", line 123, in load_buffer
    address = self.alloc(len(b), align)
  File "wupclient.py", line 111, in alloc
    return self.svc(0x27, [0xCAFF, size])
  File "wupclient.py", line 77, in svc
    ret, data = self.send(2, data)
  File "wupclient.py", line 48, in send
    self.s.send(request)
AttributeError: 'NoneType' object has no attribute 'send'
>>>
I have the same error on both Windows 10 and Windows 7... I need help
 
It doesn't work on a Win 7 VM... Which python version do I need?
Its working for me in Win7 VM with 2.7 just fine here.. Just wont work in Win10.

ywNMoC1.png
 
Anyone understand this error, Got it on Win10 with Python 3 using python -i wupclient.py.

BTW, This works perfectly fine running instide VM running Win7 with Python 3, Would just prefer to using my main system is all.

Code:
Error..
C:\Users\BIFFTAZ-\Desktop\wuphax-v1.0>python -i wupclient.py
Traceback (most recent call last):
  File "wupclient.py", line 753, in <module>
    mount_sd()
  File "wupclient.py", line 601, in mount_sd
    handle = w.open("/dev/fsa", 0)
  File "wupclient.py", line 131, in open
    address = self.load_string(device)
  File "wupclient.py", line 128, in load_string
    return self.load_buffer(bytearray(s + "\0", "ascii"), align)
  File "wupclient.py", line 123, in load_buffer
    address = self.alloc(len(b), align)
  File "wupclient.py", line 111, in alloc
    return self.svc(0x27, [0xCAFF, size])
  File "wupclient.py", line 77, in svc
    ret, data = self.send(2, data)
  File "wupclient.py", line 48, in send
    self.s.send(request)
AttributeError: 'NoneType' object has no attribute 'send'
>>>

This is because the sintaxis between python 3.5 and 2.7 are a bit different and this script was made in 2.7, but you don't need to worry about it, just install in your main system Win10 python 3.5 and 2.7 and in the command window just write: py 2.7 -i wupclient.py for the scripts made in this version.
 
  • Like
Reactions: AboodXD and BIFFTAZ
to everyone doing custom icons, bootdrc and bootTV, which software are you using to keep the sizes to 65 kb, 1201 kb and 2701 kb? I also have the sdk if that helps but I don't know which tool can do this.
I used photoshop. I can directly open .tga files in it, edit them, and then save using the 24 bit color option. That makes the images work for me.

Sent from my SM-G386T using Tapatalk
 

Site & Scene News

Popular threads in this forum