Inspeckage - Package Inspector2.3
Publisher Description
Inspeckage is a tool developed to offer dynamic analysis of Android applications. By applying hooks to functions of the Android API, Inspeckage will help you understand what an Android application is doing at runtime.
Features
With Inspeckage, we can get a good amount of information about the application's behavior:
== Information gathering
Requested Permissions;
App Permissions;
Shared Libraries;
Exported and Non-exported Activities, Content Providers,Broadcast Receivers 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 real time:
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)
== Actions
With Xposed it's possible to perform actions such as start a unexported 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.
== Extras
APK 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;
== Configuration
Even though our tool has some hooks to the HTTP libraries, using an external proxy tool is still the best option to analyze the app's traffic. With Inspeckage, you can:
Add a proxy to the target app;
Enable and disable proxy;
Add entries in the arp table.
== Logcat
Logcat.html page. A experimental page with websocket to show some information from the logcat.
Source: https://github.com/ac-pm/Inspeckage
Changelog: https://github.com/ac-pm/Inspeckage/blob/master/CHANGELOG
About Inspeckage - Package Inspector
The company that develops Inspeckage - Package Inspector is acpm. The latest version released by its developer is 2.3.
To install Inspeckage - Package Inspector on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2017-05-24 and was downloaded 88 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the Inspeckage - Package Inspector as malware as malware if the download link to mobi.acpm.inspeckage is broken.
How to install Inspeckage - Package Inspector on your Android device:
- Click on the Continue To App button on our website. This will redirect you to Google Play.
- Once the Inspeckage - Package Inspector is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
- A pop-up window with the permissions required by Inspeckage - Package Inspector will be shown. Click on Accept to continue the process.
- Inspeckage - Package Inspector will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.
Program Details
System requirements
Download information
Pricing
Version History
version 2.3
posted on 2017-05-24
2.3
---------------
- Device Fingerprint - override more than 30 parameters such as advertising id, MAC address, IMEI, release, brand, build mode...
- Location - without use "Mock location" functionality, change GPS location to the searched location on the map or enter latitude/longitude
- bug fix
version 2.0
posted on 2016-09-20
- New menu option "SSL / Authentication" (only Android 6) - Now you can use https with basic authentication.,- SSL uncheck (pinning bypass) - okhttp3,- Android 6 permissions fix