MobSF / Mobile-Security-Framework-MobSF

Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
https://opensecurity.in
GNU General Public License v3.0
16.68k stars 3.16k forks source link

Git clone and issue while running application #2340

Closed hari-id closed 4 months ago

hari-id commented 4 months ago

ENVIRONMENT

OS and Version: MacOS Ventura 13.4 (22F66)
Python Version: python 3.11
MobSF Version: v3.9

EXPLANATION OF THE ISSUE

I have cloned the MobSF, trying to run the application as instructed under readme section throws error No module named poetry. Poetry of version 1.1.0 is already installed.

STEPS TO REPRODUCE THE ISSUE

1. git clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git
2. cd Mobile-Security-Framework-MobSF
3. created virtual python environment of version 2.11
4. Running command ./run.sh
5. Throws error No module named poetry. unable to run the application 

LOG FILE

Paste the contents of ~/.MobSF/debug.log here or attach the log file.
github-actions[bot] commented 4 months ago

👋 @hari-id Issues is only for reporting a bug/feature request. For limited support, questions, and discussions, please join MobSF Slack channel Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

superpoussin22 commented 4 months ago

did you run setup.Sh ? did you read the doc for the requirements ? https://mobsf.github.io/docs/#/develop?id=static-analysis

hari-id commented 4 months ago

Able to install. Working now