Termux "AndroBugs Framework" commands and usage
What is AndroBugs Framework? -The Android Framework is a tool for finding bugs in Android applications. This tool uses application vulnerabilities to find bugs.
(एंड्रॉइड फ्रेमवर्क एंड्रॉइड एप्लिकेशन में बग ढूंढने का एक उपकरण है। यह उपकरण बग ढूंढने के लिए एप्लिकेशन भेद्यता का उपयोग करता है।)
Every single android application has a bug if you know the vulnerabilitys of a application then you can easily find bugs.
The usage of this tool is to find android application bugs it uses vulnerabilitys to find bugs.
(एंड्रॉइड एप्लिकेशन में बग ढूंढने के लिए एंड्रॉइड ऐप्स की कमजोरियों की जांच करने के लिए एंड्रॉब फ्रेमवर्क का उपयोग किया जाता है।)
Now open your Termux and copy paste the following commands.
(अब अपना Termux खोलें और निम्नलिखित कमांड को कॉपी पेस्ट करें)
❇️ Installation:
$ pkg install git -y
$ pkg install python2 -y
$ git clone https://github.com/AndroBugs/AndroBugs_Framework
$ cd AndroBugs_Framework
$ chmod +x *
❇️ Usage:
Now move your app to AndroBugs_Framework folder by entering this commands.
$ mv app.apk /$HOME/AndroBugs_Framework
$ python2 androbugs.py -f app.apk -o result.txt
app.apk = app.apk it's means your application name
result.txt = you can find all details and information here.
To get help type this command $ python androbugs.py -h ( h means help)
And now this tool showes all vulnerabilitys and bugs of the application. (और अब यह टूल एप्लिकेशन की सभी कमजोरियों और बग को दिखाता है)