Mobile-Security-Framework-MobSF icon indicating copy to clipboard operation
Mobile-Security-Framework-MobSF copied to clipboard

Recent Scan Bug

Open flamecopper opened this issue 1 year ago • 2 comments

ENVIRONMENT

OS and Version: Ubuntu Latest
Python Version: 24.0
MobSF Version: 3.9 Beta

This has been happening in all the recent scan code for all the feature:

oReverseMatch at /recent_scans/ Reverse for 'appsec_dashboard' with keyword arguments '{'checksum': '3b4d462b8cce5f377a33417e1be7680717065f280a9f6e2f6af49325dbe89411'}' not found. 1 pattern(s) tried: ['appsec_dashboard/(?P[0-9a-f]{32})/$'] Request Method: GET Request URL: http://127.0.0.1:8000/recent_scans/ Django Version: 5.0.4 Exception Type: NoReverseMatch Exception Value: Reverse for 'appsec_dashboard' with keyword arguments '{'checksum': '3b4d462b8cce5f377a33417e1be7680717065f280a9f6e2f6af49325dbe89411'}' not found. 1 pattern(s) tried: ['appsec_dashboard/(?P[0-9a-f]{32})/$'] Exception Location: /home/alvoo/.cache/pypoetry/virtualenvs/mobsf-WOMRtHg9-py3.10/lib/python3.10/site-packages/django/urls/resolvers.py, line 851, in _reverse_with_prefix Raised during: mobsf.MobSF.views.home.recent_scans Python Executable: /home/xxxx/.cache/pypoetry/virtualenvs/mobsf-WOMRtHg9-py3.10/bin/python Python Version: 3.10.12 Python Path: ['/home/alvoo/.cache/pypoetry/virtualenvs/mobsf-WOMRtHg9-py3.10/bin', '/usr/lib/python310.zip', '/usr/lib/python3.10', '/usr/lib/python3.10/lib-dynload', '/home/alvoo/.cache/pypoetry/virtualenvs/mobsf-WOMRtHg9-py3.10/lib/python3.10/site-packages', '/home/alvoo/Mobile-Security-Framework-Mob

flamecopper avatar Apr 25 '24 06:04 flamecopper

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

github-actions[bot] avatar Apr 25 '24 06:04 github-actions[bot]

Are you kidding? This is not an md5 value. 3b4d462b8cce5f377a33417e1be7680717065f280a9f6e2f6af49325dbe89411

ohyeah521 avatar Apr 25 '24 07:04 ohyeah521

search currently supports only MD5

ajinabraham avatar May 05 '24 00:05 ajinabraham