AndroBugs Framework
April 02, 2021
1
AndroBugs Framework
Androbug framework is used to check the android apps vulnerabilities to find bugs in android application.
Install
$ 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
It shows all bugs and vulnerabilities of your app
that's it.