Recent content by SocraticBliss

  1. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Bizarre... maybe file endings? running it on unix/linux or Windows? I'll have to test a few things I guess...
  2. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Man I am always late to seeing these things... I think this is an issue with python 3, I think Python 2 doesn't have this problem, I think you can fix it by just changing line 154 to... if (sha256(value.encode('utf-8')).hexdigest().upper() != hashes[key]): I updated the gist as well...
  3. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    just remove line 42 in the cmd file... DEL certificate.der >NUL 2>&1 then just rename .der to cert I guess?
  4. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Did my set of scripts not work? It should automatically install asn1...
  5. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    http://lmgtfy.com/?q=Nintendo+Switch+keys.txt+hactool+file
  6. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Dump your NAND with Hekate. Open your NAND backup in HacDiskMount. Double-click on PRODINFO. Input your BIS Keys. Click Save then Test. Dump to File the PRODINFO.bin to your working directory (where the python script and cmd script is). Ensure your keys.txt file is updated. Double-click on the...
  7. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    kezplez doesn't generate these keys, you would have to get it from somewhere else, I would suggest google... Otherwise, maybe I could create another version that generates these keys if you provide the required seeds... it's something I could think about
  8. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Did you replace the 32 F's with the proper master_key_00? You have to do that before running the script...
  9. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Glad you found it useful! EDIT: I have fixed up the keys implementation and added something similar to @Rikikoo's comment! Thanks again! EDIT: Refer to latest update
  10. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Crap... maybe I should not delete that file... okay, just edit the .cmd and remove the line that deletes that file at the end :)
  11. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Only master_key_00 is in that list The others aren't in that list, google the names of the keys for a hint...
  12. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Beautiful, I was up late re-working the script and by the time I got to the part where I messed with the keys I think I was was half brain dead... I'll go ahead and toss a modified version of that in there, if there are any additional suggestions let me know!
  13. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Sorry, I meant the latest scripts that I uploaded to my gist... https://gist.github.com/SocraticBliss/4410790b6e5a27161f521c45d1eb2684 I also updated the zip file in the previous post based on your feedback/testing :)
  14. SocraticBliss

    Hacking RELEASE CertNXtractionPack - Get your Switch cert from a NAND dump!

    Maybe you don't have the latest scripts? I updated them pretty recently... doesn't seem to have problems on my end...