airdrop-keychain-extractor
airdrop-keychain-extractor copied to clipboard
Deleting expired sessions...
Hi,
I'm actually stuck retrieving my Apple certificates on my Mac (Big Sur 11.3).
After compiling, I launched the script and get as a result :
[1] 1553 killed ./airdrop-secret-extractor
Debugging the script result as :
tractor/airdrop-secret-extractor ; exit; [1] 1597 killed Saving session...completed. Deleting expired sessions... 3 completed.
If I understand correctly, I extracted the 3 needed files but at the same time there are all deleted before the end of the script ? Or seems something halting the script (maybe kernel level?)
I only have a basic Apple developper account (not enrolled into the Apple Developper Program), does the issue could come from there ?
Thanks!
Same problem here
[1] 1716 killed ./airdrop-secret-extractor
Have you tried to input csrutil disable then try the script, mine worked after opening the C# project on XCode
@etr450b @acheong08 its work until today?
Hello everyone, this happened in the first step to get the keys:

I continued the tutorial normally, but when I run the make command I get this error:

Can someone help me?
My MAC is a MacStudio with M1 Max and MAC OS 13.1 (22C65) (ventura).
Please, help...
I encountered a Same problem here:
➜ airdrop-secret-extractor git:(main)
sudo make
./airdrop-secret-extractor
codesign -f -s "Apple Development" --entitlements entitlements.plist airdrop-secret-extractor
error: The specified item could not be found in the keychain.
make: *** [sign] Error 1
[1] 32377 killed ./airdrop-secret-extractor
➜ airdrop-secret-extractor git:(main)
I would like to ask if this is because I don't have an apple developer account? Much thanks!
Have you tried to input
csrutil disablethen try the script, mine worked after opening the C# project on XCode
csrutil enable --without nvram
and reboot the Mac. Then, add the following boot parameter via the Terminal
sudo nvram boot-args="amfi_get_out_of_my_way=1"
csrutil disable
Worked for me