README
trueseeing is a fast, accurate and resillient vulnerabilities scanner for Android apps. It operates on Android Packaging File (APK) and outputs a comprehensive report in HTML, JSON or a CI-friendly format. It doesn't matter if the APK is obfuscated or not.
Capability
Currently trueseeing can detect the following class of vulnerabilities:
-
Improper Platform Usage (M1)
- Debuggable
- Inadvent publishing of Activities, Services, ContentProviders, BroadcastReceivers
-
Insecure Data (M2)
- Backupable (i.e. suspectible to the backup attack)
- Insecure file permissions
- Logging
-
Insecure Commnications (M3)
- Lack of pinning (i.e. suspictible to the TLS interception attack)
- Use of cleartext HTTP
- Tamperable WebViews
-
Insufficient Cryptography (M5)
- Hardcoded passphrase/secret keys
- Vernum ciphers with static keys
- Use of the ECB mode
-
Client Code Quality Issues (M7)
- Reflectable WebViews (i.e. XSSs in such views should be escalatable to remote code executions via JS reflection)
- Usage of insecure policy on mixed contents
-
Code Tampering (M8)
- Hardcoded certificates
-
Reverse Engineering (M9)
- Lack of obfuscation
Installation
$ pip3 install trueseeing
Usage
The following command line is sufficient to scan a APK (target.apk):
$ trueseeing /path/to/target.apk > report.html
To get a JSON format:
$ trueseeing --output=json /path/to/target.apk > report.json
To get output in more CI-friendly format:
$ trueseeing --output=gcc /path/to/target.apk
To fix (not all) problems it catches:
$ trueseeing --patch-all /path/to/target.apk
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trueseeing-2.1.0.tar.gz.
File metadata
- Download URL: trueseeing-2.1.0.tar.gz
- Upload date:
- Size: 9.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
python-requests/2.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fc2aae53b5f09bf49123ee0614ac8b36f4c5a2e68a431af51c8de2eb7d3b29d
|
|
| MD5 |
cc944a1e97e348f11e2e08fe15426e51
|
|
| BLAKE2b-256 |
1725cf63c34e59425d9888f06e4d16974ccc375bb5364c4851d7da04953655eb
|
File details
Details for the file trueseeing-2.1.0-py3-none-any.whl.
File metadata
- Download URL: trueseeing-2.1.0-py3-none-any.whl
- Upload date:
- Size: 9.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
python-requests/2.26.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea67b27f119f563c8b5ebfaa2ee3534f8a54ac0670ddca62cf02fc1506f774d8
|
|
| MD5 |
d726bf5eb6af67ecbf4e33173cb3f773
|
|
| BLAKE2b-256 |
26452caf8b1636de93a0ca78ecbffe5aa9e348d46ebded26efd2d06d0fb022d1
|