Friday, 17 April 2020

ANDROBUG FRAMEWORK(termux)

Androbug framework is used to check the android apps vulnerabilities

to find bugs in android application. 

Execute these commands one by one to install.

Installation :

apt update 

 apt upgrade

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

for example : 

mv app.apk /$HOME/AndroBugs_Framework/ 

 python2 androbugs.py -f app.apk -o result.txt

above command is used to check app bugs..

app.apk = is your app name

result.txt = to store all information 

It shows all bugs and vulnerabilities of your app

that's it


@Termux_For_Android

No comments:

Post a Comment