Hacking WIP 'Bruteforcing' Title ID's

  • Thread starter Thread starter Deleted-451877
  • Start date Start date
  • Views Views 8,783
  • Replies Replies 22
  • Likes Likes 4
D

Deleted-451877

Guest
Before you ask, a console-unique cert is not needed for this. It needs the ShopN cert converted to .pem format (openssl -in path/to/pfx -nodes -passout pass: -out path/to/pem), which I have attached.

Maybe this isn't news to anyone, but you can find information about a title on shogun (base url: https://bugyo.hac.lp1.eshop.nintendo.net)
For this you need its 'id', which is a number that, in my experience, ranges from 70010000000000 to 70010000011962 (I went as far as 700100000013000 and found nothing more).

Going to https://bugyo.hac.<env>.eshop.nintendo.net/shogun/v1/titles/<id>?shop_id=4&lang=en&country=<reg> will then give you some information about the game, including it's name and, in most cases, its title id.
The only exceptions I encountered were DLC's and physical-only releases.

I have attached the 858 Title ID's my script found between 70010000000000 and 700100000013000, in the US region and lp1 environment. It's a little more than what the eShop says it contains, sorting the games newer from older (or the other way around). And it's over 300 more than what Switchbrew has.

Note that I do not recommend using it without a VPN or proxy. It's possible that Nintendo will think you're DDOS'ing them, and IP-ban you.
 

Attachments

Attachments

  • Like
Reactions: hippy dave
That's great, thanks for the json! Would be cool if we could have a copy of it kept up to date somewhere (ie somewhere unofficial that doesn't require a console certificate) - I guess it wouldn't be too hard for some kind person to configure their box to check it & update when necessary.
 
Thanks a lot !
I'm running your script for UK.
Had to pip install requests prior to running it but so far so good, work as intended.
 
  • Like
Reactions: CymraegAce
That's great, thanks for the json! Would be cool if we could have a copy of it kept up to date somewhere (ie somewhere unofficial that doesn't require a console certificate) - I guess it wouldn't be too hard for some kind person to configure their box to check it & update when necessary.
Are you in the ReSwitched server? They have a channel with a bot that keeps track of it (made by SciresM).
Source here: https://github.com/reswitched/HacVersionListBot/tree/master/HacVersionListBot/HacVersionListBot

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

Thanks a lot !
I'm running your script for UK.
Had to pip install requests prior to running it but so far so good, work as intended.
Possibly. I've had that library for so long I didn't remember it wasn't a default one. Very good stuff.
 
What? This app downloads titles without console-unique cert?
It grabs Title ID's, which is what you plug into a CDN downloader (along with a version number, which is 0 for base games).
Switchbrew has a pretty good list of them here: http://switchbrew.org/index.php?title=Title_list/Games.

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

View attachment 134186Gives me that and does nothing more (idk if i have entered the command correctly tho)
Let it run, it will update shortly after. As said in the title this is no more than a PoC. In fact it will even append found ID's without checking for duplicates.
And you should directly edit the config in the file. Everything is in the first few lines.
 
It grabs Title ID's, which is what you plug into a CDN downloader (along with a version number, which is 0 for base games).
Switchbrew has a pretty good list of them here: http://switchbrew.org/index.php?title=Title_list/Games.

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


Let it run, it will update shortly after. As said in the title this is no more than a PoC. In fact it will even append found ID's without checking for duplicates.
And you should directly edit the config in the file. Everything is in the first few lines.
I changed the end to 70010000000100 and got this :
upload_2018-7-2_14-58-30.png
 
Are you in the ReSwitched server? They have a channel with a bot that keeps track of it (made by SciresM).
Source here: [can't post link with my account yet]

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


Possibly. I've had that library for so long I didn't remember it wasn't a default one. Very good stuff.

I barely use python and requests doesn't come installed by default on windows so that's why. I've increased the idle timer to 0.5 just in case but your value was probably fine. Will poste UK once finished.
 
Thx for repy but I still cant get the answer :/ I mean most CDN downloaders need console key/cert for downloading.
Yes it does. Console-unique cert extracted from your decrypted PRODINFO.bin. But when you have that the TID's are the only thing 'stopping' your from downloading whatever you'd like. In fact it's even possible to download old sysupdates.

I changed the end to 70010000000100 and got this : View attachment 134188
Just double click the script. It doesn't need any argument.
The 'config' is here:
upload_2018-7-2_15-1-38.png

The commented parts are the possible values.
Note that the script still does its job. The OS just fails to interpret the 'commands' right after.

I barely use python and requests doesn't come installed by default on windows so that's why. I've increased the idle timer to 0.5 just in case but your value was probably fine. Will poste UK once finished.
Great! If I'm to be honest, I noticed a decrease in speed after a while. It's possible the server throttles your connection after too much requests, but it's back on track after a while.
 
Last edited by ,
Yes it does. Console-unique cert extracted from your decrypted PRODINFO.bin. But when you have that the TID's are the only thing 'stopping' your from downloading whatever you'd like. In fact it's even possible to download old sysupdates.


Just double click the script. It doesn't need any argument.
Okay i got it ^^ i'm not used to use scripts like that lol. Afterwards can i downlaod games with this script or should i use CDNX ? (which i can't get to work)
 
  • Like
Reactions: Deleted-451877

Site & Scene News

Popular threads in this forum