Hacking CDNSP is dead

  • Thread starter Thread starter Kubas_inko
  • Start date Start date
  • Views Views 51,006
  • Replies Replies 115
  • Likes Likes 1
Status
Not open for further replies.
If its like 3DS, which it likely is, then its a signed token for purchase validity. You'd not have the ability to crack it as its just an authentication token given to you to then give back to the CDN, to allow a download of a title you own on your account. With the way the accounts check for authenticity now, this is most likely what they added.

You basically have to own the title to be handed a token.

So I'm confused. Does this situation apply to the 3DS as well?

Let's say in the case of Yo-kai Watch Blasters. It was released as both a cart and eShop. There is an update due tomorrow. With the way things are now could you not download this if you had converted the cart dump to a .cia and installed it?
 
What's about certificate capable CDN downloader for 3DS?
3DS didn't use certificates; only the Switch has certificates. If I recall correctly, the 3DS uses a different check to prevent bogus downloading that's related to the titlekey but I never used Freeshop on the 3DS so I'm not sure.
 
3DS didn't use certificates; only the Switch has certificates. If I recall correctly, the 3DS uses a different check to prevent bogus downloading that's related to the titlekey but I never used Freeshop on the 3DS so I'm not sure.
Thanks a lot. Sadly :(...
 
By the way CDNSP can still download sysupdates.
And you can still access VersionList:
Code:
import json
from CDNSP import make_request

r = make_request('GET', 'https://tagaya.hac.lp1.eshop.nintendo.net/tagaya/hac_versionlist')
print(json.dumps(r.json(), indent=4))
 
Last edited by Rikikoo,
  • Like
Reactions: V-Temp and Mesh
Everything is stored in the same server so supposedly yeah

I understand that it's the same server. However, game updates do not equal base games. I will find out when new game updates come out. I update all titles via CFW.
 
By the way CDNSP can still download sysupdates.
And you can still access VersionList:
Code:
import json
from CDNSP import make_request

r = make_request('GET', 'https://tagaya.hac.lp1.eshop.nintendo.net/tagaya/hac_versionlist')
print(json.dumps(r.json(), indent=4))

They wouldn't block that, no reason to. Superban blocking it is just a consequence of how the server handles the tls-certs.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum