-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using #5
Comments
I've got the same issue. I'm working with system certs where I can list them, and one will dump, but a second cert other won't export and throws an error. I've also tried using jbcert64.bat, and from the GUI, it still says the private key is marked not-exportable. Cert#1 can be exported w/private key by both jbcert64 and jbstore2_64
I seem to get the same error behavior on Win7, and also Server2012R2 (running from CMD via "Run as Admin") Thoughts? |
I have the same issue on 2008r2. It works on a test environment but when I try it on a live environment it fails with the same error. I'm using version 4 |
Google says that the error code in hex (0x8009000b) is I have a similar problem, and it looks like Jailbreak works properly in my case with the user certificate store but not with the system one. The OS is Windows 10, don't remember exactly which build. By the way, has anyone tried to cross-compile Jailbreak version 4 under Linux? I would like to put some research into it but I'm short of time and resources to install and configure a windows development environment. |
Exactly the same error on USER certificate, issued by MS AD CA 2012 R2, with PK marked as non-exportable. But using mimikaz does exports it fine! |
I trying to export my certificate I first used version 3.5 and later version 4.
:::::> Using Version 3.5
C:\jailbreak-3.5>jbstore -1 -n "MY CERTICATE NAME"
Found the following certificate:
Subject Name: MY CERTICATE NAME
Serial Number: xx xx xx....
Error sizing blob: -2146893813
This is because jbstore2 is not working, please e-mail cclark or andreas.
:::::> Using Version 4
C:\jailbreak4>jbstore64.bat -1 -n "MY CERTICATE NAME" -o MyFile.pfx -p MyPass
C:\jailbreak4>cd C:\jailbreak4\binaries
Found the following certificate:
Subject Name: MY CERTICATE NAME
Serial Number: ...
Error sizing blob: -2146893813
This is because jbstore2 is not working, Are you using jailbreak32/64 to launch
it?
If there are still problems please contact iSEC Partners.
Please help me fix the error so I can export my certificate with the private key.
Thnaks
The text was updated successfully, but these errors were encountered: