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.18k stars 3.22k forks source link

[FEATURE] Android Manifest String resource expansion #2345

Open ajinabraham opened 7 months ago

ajinabraham commented 7 months ago

If you're requesting a new feature/enhancement, explain why you'd like it to be added and it's importance.

Is your feature request related to a problem? Please describe. Items with @string should be expanded based on string resource.

Describe the solution you'd like For now document items that can make use of string expansion.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

github-actions[bot] commented 7 months ago

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

ajinabraham commented 7 months ago

applinks [ERROR] 24/Feb/2024 01:47:07 - Well Known Assetlinks Check for URL: https://@string/wk_server_address/.well-known/assetlinks.json

ayushmanchhabra commented 1 week ago

Am I correct to assume that the @string/* declararions are references to values in the res/values/strings.xml file?