Hacking Contenthax - a Vulnerability in Wii U File System Verification

BIFFTAZ

Well-Known Member
Member
Joined
Jul 26, 2010
Messages
596
Trophies
1
XP
846
Country
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'
>>>
 

Zamkad

Member
Newcomer
Joined
Oct 19, 2016
Messages
19
Trophies
0
Age
25
Location
Moscow
Website
vk.com
XP
71
Country
Serbia, Republic of
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

Former Staff
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,238
Country
Germany
@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.
 

Billy Acuña

Well-Known Member
Member
Joined
Oct 10, 2015
Messages
3,126
Trophies
1
Age
31
XP
3,701
Country
Mexico
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 :)
 

Keylogger

Well-Known Member
Member
Joined
May 3, 2006
Messages
2,639
Trophies
1
Age
34
Website
Visit site
XP
6,634
Country
France
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
 

BIFFTAZ

Well-Known Member
Member
Joined
Jul 26, 2010
Messages
596
Trophies
1
XP
846
Country
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
 

Informix23

Active Member
Newcomer
Joined
Oct 9, 2016
Messages
43
Trophies
0
Age
45
XP
83
Country
Mexico
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

TheCyberQuake

Certified Geek
Member
Joined
Dec 2, 2014
Messages
5,012
Trophies
1
Age
28
Location
Las Vegas, Nevada
XP
4,432
Country
United States
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

General chit-chat
Help Users
    I @ idonthave: :)