acpm Apps

Inspeckage - Package Inspector 2.3
acpm
Inspeckage is a tool developed to offerdynamic analysis of Android applications. By applying hooks tofunctions of the Android API, Inspeckage will help you understandwhat an Android application is doing at runtime.FeaturesWith Inspeckage, we can get a good amount of information about theapplication's behavior:== Information gatheringRequested Permissions;App Permissions;Shared Libraries;Exported and Non-exported Activities, Content Providers,BroadcastReceivers and Services;Check if the app is debuggable or not;Version, UID and GIDs;etc.== Hooks (so far)With the hooks, we can see what the application is doing in realtime:Shared Preferences (log and file);Serialization;Crypto;Hashes;SQLite;HTTP (an HTTP proxy tool is still the best alternative);File System;Miscellaneous (Clipboard, URL.Parse());WebView;IPC;+ Hooks (add new hooks dynamically)== ActionsWith Xposed it's possible to perform actions such as start aunexported activity and much else:Start any activity (exported and unexported);Call any provider (exported and unexported);Disable FLAG_SECURE;SSL uncheck;Start, stop and restart the application.== ExtrasAPK Download;View the app's directory tree;Download the app's files;Download the output generated by hooks in text file format;Take a screen capture;== ConfigurationEven though our tool has some hooks to the HTTP libraries, using anexternal proxy tool is still the best option to analyze the app'straffic. With Inspeckage, you can:Add a proxy to the target app;Enable and disable proxy;Add entries in the arp table.== LogcatLogcat.html page. A experimental page with websocket to show someinformation from the logcat.Source: https://github.com/ac-pm/InspeckageChangelog:https://github.com/ac-pm/Inspeckage/blob/master/CHANGELOG