Understanding the concept of PhoneSploit with it's installation Process
PhoneSploit
Hello guys so in today’s blog we are going to discover about tool named as Phonesploit and also how to hack android with using links.
So, what is Phonesploit ?
Phonesploit is a simple tool that is based on ADB but unlike ADB it is automatic that means it automatically execute command in command shell. You can download and use it in Kali and in Android also. Phonesploit uses Android debugging to provide access of that mobile phone to us. To use this tool, you must need to install ADB on your Android Device. This tool is written in Python that means you need to install python and other packages to execute it.
Features that Phonesploit provide
- It can turn off the device of the victim.
- It can dump the information of the system.
- Run an app without victim’s permission.
- Forward ports from that device.
- Grab the current battery Percentage.
- Grab the current status of systems.
- It can also remove password from that device
- It shows Netstat.
- Grab wpa_supplicant of that device.
- This tool enables us to turn WIFI on or off.
- It list all apps running on victim’s device.
With use of Phonesploit you can exploit a variety of vulnerabilities, like protocols of networking, security of application and authentication. It helps us to find bugs.
How to install Phonesploit in Linux :
To install it on kali, Follow steps given below :
1. First of all you need to install some things to run it, Such as adb, git, wget, Python.
sudo apt install python
apt install wget
apt install git
git clone https://github.com/MasterDevX/Termux-ADB
Note - install ADB properly.
2. Download PhoneSploit.
git clone https://github.com/Zucccs/PhoneSploit.git
3. Then go to the PhoneSploit directory.
cd PhoneSploit
4. To run PhoneSploit you need to install several packages of python given in requirements.txt file.
pip install requirements.txt
5. Now run the tool.
python PhoneSploit.py
How to install Phonesploit in termux:
1. Update and upgrade your termux first.
apt update & & upgrade
2. Install git.
apt install git
3. Clone repository.
git clone https://github.com/Zucccs/PhoneSploit.git
4. Change directory.
cd PhoneSploit
5. Install required packages.
pkg install python wget
6. Run this command
python PhoneSploit.py
After all of this, you are ready to Run PhoneSploit....!
NOTE : We are created this post only for the educational purpose !
computertipstricks.tech or author of post are not responsible for any suspicious activity of audiences. 👀
Please do not try this tricks for enjoyment !!!
Hope this post will help you to know more about Hacking using Android..!
0 Comments
Please do not add Any Spam link in Comments !