Androbug framework is used to check the android apps vulnerabilities to find bugs in android application.
❇ Installation:
$ apt install git
$ apt install python2
$ git clone https://github.com/AndroBugs/AndroBugs_Framework
$ cd AndroBugs_Framework
$ chmod +x *
❇ Usage:
Now move your app to AndroBugs_Framework folder
$ mv app.apk /$HOME/AndroBugs_Framework
$ python2 androbugs.py -f app.apk -o result.txt
app.apk = is your app name
result.txt = to store all information
❇ Installation:
$ apt install git
$ apt install python2
$ git clone https://github.com/AndroBugs/AndroBugs_Framework
$ cd AndroBugs_Framework
$ chmod +x *
❇ Usage:
Now move your app to AndroBugs_Framework folder
$ mv app.apk /$HOME/AndroBugs_Framework
$ python2 androbugs.py -f app.apk -o result.txt
app.apk = is your app name
result.txt = to store all information