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
17.03k stars 3.2k forks source link

No such file or directory: 'C:\\Users\\<UserName>\\.MobSF\signatures/exodus_trackers' #2411

Closed chosenonehacks closed 1 month ago

chosenonehacks commented 1 month ago

While performing static analysis MobSF errors

[WARNING] 19/Jul/2024 14:30:48 - Failed to download Trackers DB. [INFO] 19/Jul/2024 14:30:48 - Detecting Trackers [ERROR] 19/Jul/2024 14:30:48 - Error Performing Static Analysis Traceback (most recent call last): File "C:\Users\Admin.PUREW10STPGIM.000\Downloads\Mobile-Security-Framework-MobSF-3.9.7\mobsf\StaticAnalyzer\views\android\static_analyzer.py", line 249, in static_analyzer tracker_res = tracker.get_trackers() ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Admin.PUREW10STPGIM.000\Downloads\Mobile-Security-Framework-MobSF-3.9.7\mobsf\MalwareAnalyzer\views\Trackers.py", line 218, in get_trackers trackers = self.detect_trackers() ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Admin.PUREW10STPGIM.000\Downloads\Mobile-Security-Framework-MobSF-3.9.7\mobsf\MalwareAnalyzer\views\Trackers.py", line 193, in detect_trackers self.load_trackers_signatures() File "C:\Users\Admin.PUREW10STPGIM.000\Downloads\Mobile-Security-Framework-MobSF-3.9.7\mobsf\MalwareAnalyzer\views\Trackers.py", line 103, in load_trackers_signatures with io.open(self.tracker_db, ^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Admin.PUREW10STPGIM.000\.MobSF\signatures/exodus_trackers' [ERROR] 19/Jul/2024 14:30:48 - [Errno 2] No such file or directory: 'C:\Users\Admin.PUREW10STPGIM.000\.MobSF\signatures/exodus_trackers' [ERROR] 19/Jul/2024 14:30:48 - Internal Server Error: /static_analyzer/3731f64e284eb55ddee345d9130f50a3/ ERROR:django.request:Internal Server Error: /static_analyzer/3731f64e284eb55ddee345d9130f50a3/

ENVIRONMENT

OS and Version: Windows 10 22H2
Python Version: 3.11.9
MobSF Version: v3.9.7 Beta

STEPS TO REPRODUCE THE ISSUE

1. Upload sample APK for static anaysis
2. Receive Error as on screenshots
![error1](https://github.com/user-attachments/assets/36f48e9a-9f86-40dd-9cf2-92447ba3e1fa)
![error2](https://github.com/user-attachments/assets/d8106cd8-3fb2-420e-a80f-521f8a605fdf)

LOG FILE

Paste the contents of ~/.MobSF/debug.log here or attach the log file.

debug.log

github-actions[bot] commented 1 month ago

👋 @chosenonehacks 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.

chosenonehacks commented 1 month ago

error1

chosenonehacks commented 1 month ago

error2