Tag: apkleaks

  • apkleaks: Scanning APK file for URIs, endpoints & secrets

    apkleaks: Scanning APK file for URIs, endpoints & secrets

    apkLeaks Scanning APK file for URIs, endpoints & secrets. Installation Linux $ sudo apt-get install libssl-dev swig -y OSX $ brew install openssl swig Windows You need to install: OpenSSL, and swig-win. To install apkLeaks, simply: $ git clone https://github.com/dwisiswant0/apkleaks $ cd apkleaks/ $ pip install -r requirements.txt Use $ python apkleaks.py -f ~/path/to/file.apk In general,…