airdrop-keychain-extractor icon indicating copy to clipboard operation
airdrop-keychain-extractor copied to clipboard

Deleting expired sessions...

Open etr450b opened this issue 4 years ago • 7 comments

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!

etr450b avatar May 05 '21 10:05 etr450b

Same problem here

acheong08 avatar May 20 '21 07:05 acheong08

[1] 1716 killed ./airdrop-secret-extractor

acheong08 avatar May 20 '21 07:05 acheong08

Have you tried to input csrutil disable then try the script, mine worked after opening the C# project on XCode

etr450b avatar May 21 '21 09:05 etr450b

@etr450b @acheong08 its work until today?

lucasromeiro avatar Feb 16 '23 15:02 lucasromeiro

Hello everyone, this happened in the first step to get the keys:

image

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

image

Can someone help me?

My MAC is a MacStudio with M1 Max and MAC OS 13.1 (22C65) (ventura).

Please, help...

lucasromeiro avatar Feb 20 '23 13:02 lucasromeiro

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!

rochelleRk avatar Apr 01 '23 08:04 rochelleRk

Have you tried to input csrutil disable then 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

WuYingzheng avatar Jul 15 '23 19:07 WuYingzheng