OWASP / owasp-mastg

The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
https://mas.owasp.org/
Creative Commons Attribution Share Alike 4.0 International
11.75k stars 2.33k forks source link

0x06c wrong security command #920

Closed kysokzla closed 6 years ago

kysokzla commented 6 years ago

Command for listing codesigning profiles is now invalid, tested on 2 os x's. As written: security find-identity -p codesigning -v As working: security find-identity -v

sushi2k commented 6 years ago

Tested on macOS High Sierra 10.13.3, and I get the same output:

untitled

Did you get an error or what was the problem for you?

sushi2k commented 6 years ago

I just changed it to the shorter command, as it's the same output .

https://github.com/OWASP/owasp-mstg/commit/8a4002a70ae042ce06ba46be6c6dc9d151a25ff0