Hacking Contenthax - a Vulnerability in Wii U File System Verification

  • Thread starter Thread starter VinsCool
  • Start date Start date
  • Views Views 188,656
  • Replies Replies 1,235
  • Likes Likes 43
What is the command in python to download a folder trough wupclient
I want this folder /vol/storage_usb01/usr/title/00050000/101A5600/meta/
 
What is the command in python to download a folder trough wupclient
I want this folder /vol/storage_usb01/usr/title/00050000/101A5600/meta/
I think it would be w.dl("/meta", "/vol/storage_usb01/usr/title/00050000/101A5600/meta/")

If I understood correctly
 
I get dl error : could not open /meta

--------------------- MERGED ---------------------------

how do guy get their meta.xml from VC Games so they can modify them
 
I get dl error : could not open /meta

--------------------- MERGED ---------------------------

how do guy get their meta.xml from VC Games so they can modify them
Try this: w.dl("meta.xml", "/vol/storage_usb01/usr/title/00050000/101A5600/meta/meta.xml")

If that doesn't work, that might say that I suck at python stuff XD
 
Same error That was the one I try before asking :sad:

--------------------- MERGED ---------------------------

w.dl("/vol/storage_usb01/usr/title/00050000/101A5600/meta/meta.xml", "meta.xml")
YOU GOT IT !!!! Thank you so much
 
Sorry for my stupidity above for what I said, I'm still new to this stuff :P
Never apologize for that. You just tried to help. I'm new to this stuff too.
I did make a search on this forum and on google and couldn't find anything.
We are lucky that there is Smart people here. LOL I would love to have programming skills like them.

--------------------- MERGED ---------------------------

@VinsCool Where are you from in Canada ?
I'm from Ottawa
 
Never apologize for that. You just tried to help. I'm new to this stuff too.
I did make a search on this forum and on google and couldn't find anything.
We are lucky that there is Smart people here. LOL I would love to have programming skills like them.

--------------------- MERGED ---------------------------

@VinsCool Where are you from in Canada ?
I'm from Ottawa
Alright, at least now I know the downloads command hahaha
I'm from somewhere in Québec :P
 
Can anyone give me some help with this? I'm trying to use wupserver to start installing this but every time I try to connect wupclientgui I get the following error.

Exception in Tkinter callback
Exception AttributeError: "wupclient instance has no attribute 'fsa_handle'" in <bound method wupclient.__del__ of <wupclient.wupclient instance at 0x0000000002A8BC48>> ignored
Traceback (most recent call last):
File "C:\Python27\lib\lib-tk\Tkinter.py", line 1410, in __call__
return self.func(*args)
File "C:\Users\Daggot\Desktop\wupclientgui\wupclientgui.py", line 142, in connect
w = wupclient.wupclient(ip)
File "C:\Users\Daggot\Desktop\wupclientgui\wupclient.py", line 31, in __init__
self.s.connect((ip, port))
File "C:\Python27\lib\socket.py", line 222, in meth
return getattr(self._sock,name)(*args)
error: [Errno 10061] No connection could be made because the target machine actively refused it
 
Last edited by Daggot,
Can anyone give me some help with this? I'm trying to use wupserver to start installing this but every time I try to connect wupclientgui I get the following error.

Exception in Tkinter callback
Exception AttributeError: "wupclient instance has no attribute 'fsa_handle'" in <bound method wupclient.__del__ of <wupclient.wupclient instance at 0x0000000002A8BC48>> ignored
Traceback (most recent call last):
File "C:\Python27\lib\lib-tk\Tkinter.py", line 1410, in __call__
return self.func(*args)
File "C:\Users\Ryan\Desktop\wupclientgui\wupclientgui.py", line 142, in connect
w = wupclient.wupclient(ip)
File "C:\Users\Ryan\Desktop\wupclientgui\wupclient.py", line 31, in __init__
self.s.connect((ip, port))
File "C:\Python27\lib\socket.py", line 222, in meth
return getattr(self._sock,name)(*args)
error: [Errno 10061] No connection could be made because the target machine actively refused it
Try with the python command line version instead? Everything worked with command line.
 
Can anyone give me some help with this? I'm trying to use wupserver to start installing this but every time I try to connect wupclientgui I get the following error.

Exception in Tkinter callback
Exception AttributeError: "wupclient instance has no attribute 'fsa_handle'" in <bound method wupclient.__del__ of <wupclient.wupclient instance at 0x0000000002A8BC48>> ignored
Traceback (most recent call last):
File "C:\Python27\lib\lib-tk\Tkinter.py", line 1410, in __call__
return self.func(*args)
File "C:\Users\Ryan\Desktop\wupclientgui\wupclientgui.py", line 142, in connect
w = wupclient.wupclient(ip)
File "C:\Users\Ryan\Desktop\wupclientgui\wupclient.py", line 31, in __init__
self.s.connect((ip, port))
File "C:\Python27\lib\socket.py", line 222, in meth
return getattr(self._sock,name)(*args)
error: [Errno 10061] No connection could be made because the target machine actively refused it

Are you using Python in Windows?
If yes, You shloud try to reinstall Python with this link if you have a 64 bits Windows (computer)
https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe
When you instal. Make sure to Select Install PATH

--------------------- MERGED ---------------------------

python -i wupclient.py
 
to make iconTex.tga from gimp create a new image(128x128) fill it with transparency,paste a calque with your stuff and when it s done select ancre calque/layer. export it as tga and uncheck compression

bootDrcTex.tga 854x480
bootLogoTex.tga 170x42
bootTvTex.tga 1280x720
 
Last edited by roots,
Try with the python command line version instead? Everything worked with command line.

I get a similar error.

Are you using Python in Windows?
If yes, You shloud try to reinstall Python with this link if you have a 64 bits Windows (computer)
https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe
When you instal. Make sure to Select Install PATH

--------------------- MERGED ---------------------------

python -i wupclient.py

Thanks but I get the message " SyntaxError: Missing parentheses in call to 'print' " I'm pretty sure that pne is due to the wupclient.py I'm using being written with python 2 in mind and I'm not sure if there is a python 3 version honestly.
 
I get a similar error.



Thanks but I get the message " SyntaxError: Missing parentheses in call to 'print' " I'm pretty sure that pne is due to the wupclient.py I'm using being written with python 2 in mind and I'm not sure if there is a python 3 version honestly.
Are you using latest FIX94's version? I have python 3 and it works perfectly.
 

Site & Scene News

Popular threads in this forum