Summary
This version brings significant enhancements, particularly to Mango, which now includes device assessment capabilities. Specifically, Mango can process a batch of APKs within a specified directory by importing them, displaying a summary of their exposure levels, showing special permissions, and more. Many thanks to @alright21 for contributions to this release, including features related to installing, pulling, and patching multiple APKs.
Features and Improvements
Mango
- Exposure Summary: Display existing applications based on their exported components, indicating the exposure level of each app.
- Permission Display: Show potential permissions when an exported component is protected.
- Split APK Support: Added capability to pull split APKs in addition to the base APK.
- Debug Flag Modification: Modify the debug flag for APK bundles.
- Bulk APK Installation: Install multiple APKs simultaneously.
Medusa
- Module Enhancements: Improved various modules for better clarity and performance.
Bug Fixes
- Manifest Parsing: Fixed multiple issues that caused Mango to abort during manifest parsing.