Skip to main content

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

trueseeing-2.1.1.tar.gz (9.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

trueseeing-2.1.1-py3-none-any.whl (9.3 MB view details)

Uploaded Python 3

File details

Details for the file trueseeing-2.1.1.tar.gz.

File metadata

  • Download URL: trueseeing-2.1.1.tar.gz
  • Upload date:
  • Size: 9.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.27.1

File hashes

Hashes for trueseeing-2.1.1.tar.gz
Algorithm Hash digest
SHA256 991784bd06bf5b5e69ec7ae3cbd3fd42cf1020fd1d519ca59696bc684c9a6563
MD5 30ca3b146ad62e58391bce10873f905f
BLAKE2b-256 3ceb4f282d8be3fea2f766f05a3d0545fc28da8b5aa49200ac6b37abbf4fe8bb

See more details on using hashes here.

File details

Details for the file trueseeing-2.1.1-py3-none-any.whl.

File metadata

  • Download URL: trueseeing-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.27.1

File hashes

Hashes for trueseeing-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ed6d30aa03f6d47f43df90c8a264eca96a3a2959b6c4cc37d476ea566b611c85
MD5 7da6f154fe3412bd62300a0a2e964871
BLAKE2b-256 a7bfc1e699354d783473f5a3b7f310ebd52884240b95131d19871a6e302947ba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page