St3v3nsS / MMSF

Massive Mobile Security Framework
MIT License
253 stars 38 forks source link

Frida server error #2

Closed Cyb3rGh0st786 closed 1 year ago

Cyb3rGh0st786 commented 1 year ago

Hello @St3v3nsS ,

I have tried installing the framework on a MAC book M1 processor and installed all the requirements successfully. However when I run the below below got the error

sudo python3 mmsfupdate.py

image
St3v3nsS commented 1 year ago

Hi there,

Looks like the file is not present in your system, could you please verify if the script has downloaded the file in ~/.mmsf/utils?

St3v3nsS commented 1 year ago

@kaleemshaik7867 I modified the script to initiate the directories if not exist. Please try again and let me know if this solves the issue.

Cyb3rGh0st786 commented 1 year ago

Hello @St3v3nsS ,

I see a new error; it seems that the apksigner is not installed. I have downloaded the binary and kept it in the utils folder but still did not work

image image
St3v3nsS commented 1 year ago

I see the issue, as I am using ubuntu, I installed it via apt. I will update it to fix the issue.

rudSarkar commented 1 year ago

@St3v3nsS FYI if I am using an alias for apksigner from the Android SDK folder like:

alias apksigner="/Users/<username>/Library/Android/sdk/build-tools/27.0.3/apksigner"

Still, I am getting the same error as the above screenshot shared by @kaleemshaik7867 using Intel MacBook Pro.

St3v3nsS commented 1 year ago

Fixed in 648ab7e. Let me know if it works.

Cyb3rGh0st786 commented 1 year ago

Hello @St3v3nsS, I see new errors, and I have moved the zipalign binary to /usr/local/bin still does not work. Also exported it to the PATH.

image
St3v3nsS commented 1 year ago

I'm looking into this issue. Thank for noticing.

St3v3nsS commented 1 year ago

Fixed in #bac1943. Try now and see if it works.

Cyb3rGh0st786 commented 1 year ago

Thank you. It worked.