Find Android Bugs In Termux
Hi Viewer, If You are searching for the best artical to find apps bugs/vulnerabilites in your mobile. so you are at right place
![]() |
| Find android bugs |
In this post I am going to show you how you can find apps bugs in termux by using AndroBugs Framework. It's is one of most famous tool that can use in termux as well as Linux
Androbug framework is used to check the android apps vulnerabilities
To Use this tool in Termux, Follow the below commands
1. First install all the required package
pkg update
pkg upgrade
pkg install git
pkg install python2
2. Now Clone the AndroBugs Tool
git clone https://github.com/AndroBugs/AndroBugs_Framework3. Move to AndroBugs directory
cd AndroBugs_Framework
ls
4. Give permission To Tool
chmod +x *
5. Now move your app to AndroBugs Folder
mv app.apk /$HOME/AndroBugs_Framework/6. Check The vulnerabilities on apps
python2 androbugs.py -f app.apk -o result.txtHere app.apk is the name of app and result.txt is the name of text file where the information of vulnerabilities will store.
7. Now open result file, to view vulnerabilities
lscat result.txtIt shows all bugs and vulnerabilities of your app
that's it
______________________________________
NOTE THIS IS ONLY FOR EDUCATION PURPOSE IF YOU USE IT IN ILLEGAL WAY THEN I AM NOT RESPONSIBLE FOR ANY CAUSE
________________________________________
