Skip to content
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

Deleting expired sessions... #1

Open
etr450b opened this issue May 5, 2021 · 7 comments
Open

Deleting expired sessions... #1

etr450b opened this issue May 5, 2021 · 7 comments

Comments

@etr450b
Copy link

etr450b commented May 5, 2021

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!

@acheong08
Copy link

Same problem here

@acheong08
Copy link

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

@etr450b
Copy link
Author

etr450b commented May 21, 2021

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

@lucasromeiro
Copy link

@etr450b @acheong08 its work until today?

@lucasromeiro
Copy link

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...

@rochelleRk
Copy link

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!

@WuYingzheng
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants