Mobile-Security-Framework-MobSF
Mobile-Security-Framework-MobSF copied to clipboard
[FEATURE] SHA256 hash after a POST request
After a POST request has been sent using REST api; a MD5 hash is returned. Due to this, a rare occur but two apk's have a better chance of getting overlapped using this MD5. If SHA256 is being retuned, gives a better chance for scanning the uploaded apks
👋 @taaaahahaha 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.
We are aware of MD5 hash collision. Do you have an example that caused an issue? Will keep this as an enhancement ticket to migrate from MD5 to sha2 or similar.
Tracked separately.
Duplicate https://github.com/MobSF/Mobile-Security-Framework-MobSF/issues/1930
I was using AndroZoo's APK library and this collision caused an inconsistency in my dataset; I do not have the APK at the moment.