-
The example command provided just returns the script usage instructions:
```sh
python mass_static_analysis.py -s 127.0.0.1:8000 -d /home/files/
```
Source: https://github.com/MobSF/Mobile-Securi…
-
[INSTALL] Migrating Database
/Users/******/Desktop/Mobile-Security-Framework-MobSF/venv/lib/python3.7/site-packages/cffi/cparser.py:164: UserWarning: Global variable 'kSecRandomDefault' in cdef(): fo…
-
While the scan gets completed. score is calculated based on the initail value defined in:
avg_cvss = 0
app_score = 100
the formula is not working to calculate the score in shared func
-
Hi
once we try to execute:
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
we have the error:
Error - the package path specifie…
-
Hi, thanks a lot for working on this tool.
During a recent .IPA file review, I discovered multiple Assets.car files with BOMStore header.
After a quick google, I found the following article:
http…
-
Currently, app score is calculated as:
```python
avg_cvss = round(sum(cvss_scores) / len(cvss_scores), 1)
app_score = int((10 - avg_cvss) * 10)
```
Since average CVSS score is used, it could …
-
## EXPLANATION OF THE ISSUE
![image](https://user-images.githubusercontent.com/26303684/43073299-a0b7cb1c-8eab-11e8-8ab6-c475e9fde86c.png)
## STEPS TO REPRODUCE THE ISSUE
```
1. click …
-
I am using MobSF v3.0.0 beta
in docker
**Please find log below**
[INFO] 16/Jan/2020 09:35:54 - OS: Linux
[INFO] 16/Jan/2020 09:35:54 - Platform: Linux-4.14.154-boot2docker-x86_64-with-Ubuntu-…
-
**Is your feature request related to a problem? Please describe.**
Even if we use docker for the MobSF deployment it should be possible to use genymotion on antoher machine to trigger the dynamic ana…
-
Hey guys! Have u got a kubernetes chart or yaml configs? Thx