vincentcox / StaCoAn

StaCoAn is a crossplatform tool which aids developers, bugbounty hunters and ethical hackers performing static code analysis on mobile applications.
MIT License
825 stars 129 forks source link

Command line option? #78

Closed StephenQuirolgico closed 4 years ago

StephenQuirolgico commented 4 years ago

Can this be run from a command line?

vincentcox commented 4 years ago

Yes this is possible:

python3 stacoan.py -p yourApp.apk

I am closing this issue, if you have questions, feel free to ask!

StephenQuirolgico commented 4 years ago

Vincent,

Thank you. When will IPA files be supported?

Steve

On Tue, Mar 24, 2020 at 8:50 AM Vincent Cox notifications@github.com wrote:

Yes this is possible:

python3 stacoan.py -p yourApp.apk

I am closing this issue, if you have questions, feel free to ask!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vincentcox/StaCoAn/issues/78#issuecomment-603219479, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABF6RLOJVTYDYEMNUNUCB2LRJCUBLANCNFSM4LLCMW7Q .

vincentcox commented 4 years ago

@StephenQuirolgico , for now it's technically impossible to decrypt iOS apps in a static way. There are tools to do it in runtime on a device, by dumping it from memory. But that requires a full device which is jailbroken and with the correct Cydia tools installed. But this program takes a static approach so it will not be very likely to happen anytime soon.