Skip to main content

Posts

Showing posts with the label AndroBugs Framework is an Android vulnerability analysis system that helps developers or hackers find potential security vulnerabilities in Android applications. No splendid GUI interface

ANDROBUG FRAMEWORK || Android app hacking

OVERVIEW: AndroBugs Framework is an Android vulnerability analysis system that helps developers or hackers find potential security vulnerabilities in Android applications. No splendid GUI interface, but the most efficient (less than 2 minutes per scan in average) and more accurate FEATURES : Find security vulnerabilities in an Android app • Check if the code is missing best practices • Check dangerous shell commands (e.g. “su”) • Collect Information from millions of apps • Check the app’s security protection (marked as , designed for app repackaging hacking) $ apt update HOW TO INSTALL: $ apt upgrade $ apt install git $ apt install python2 $ git clone https://github.com/AndroBugs/AndroBugs_Framework.git $ cd AndroBugs_Framework $ chmod +x * HOW TO RUN: First move your apk to AndroBugs_Framework folder by using this command: mv app.apk /$HOME/AndroBugs_Framework/ Now run this command: python2 androbugs.py -f app.apk -o result.txt app.apk is your apk name, result.txt will store...