
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
Hacking Tools $$ Scripts
My Latest Posts
- Hacking ToolsAndrobug framework is used to check the android apps vulnerabilitiesto 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 folderfor example :mv app.apk /$HOME/AndroBugs_Framework/$ python2 androbugs.py -fContinue reading “Hacking Tools”
- Hacking ToolsTermux TERMUX BASIC PACKAGES BY*_ ONLINEHACKING pkg update -y pkg upgrade -y pkg install python -y pkg install python2 -y pkg install python2-dev -y pkg install python3 -y pkg install java -y pkg install fish -y pkg install ruby -y pkg install help -y pkg install git -y pkg install host -y pkg install phpContinue reading “Hacking Tools”