Hi,
Sorry if this is posted in the wrong section.
I need to decrypt a .keychain file. The methods listed on github (https://github.com/n0fate/chainbreaker) unfortunately dont seem to work. Im getting stuck on the first bit,
zsh: command not found: python
qashifmasud@Qashifs-MacBook-Pro chainbreaker-master % which python3
/usr/bin/python3
Im running Monterey which l think has deprecated python 2 so l tried the other method for python3, https://github.com/rixvet/chainbreak...ster/README.md
This method im getting, even though its meant to be written for python3
zsh: ./chainbreaker.py: bad interpreter: /usr/bin/python: no such file or directory
Im abit clueless on this stuff so help would be appreciated, thank you!
Sorry if this is posted in the wrong section.
I need to decrypt a .keychain file. The methods listed on github (https://github.com/n0fate/chainbreaker) unfortunately dont seem to work. Im getting stuck on the first bit,
- Navigate to the directory containing the file setup.py
- Enter the command (from terminal): $ python setup.py bdist_wheel -d dist. This creates a wheel file (extension: .whl) in the /dist folder.
zsh: command not found: python
qashifmasud@Qashifs-MacBook-Pro chainbreaker-master % which python3
/usr/bin/python3
Im running Monterey which l think has deprecated python 2 so l tried the other method for python3, https://github.com/rixvet/chainbreak...ster/README.md
This method im getting, even though its meant to be written for python3
zsh: ./chainbreaker.py: bad interpreter: /usr/bin/python: no such file or directory
Im abit clueless on this stuff so help would be appreciated, thank you!