Hello guyzz.. follow these commands in your termux
#INSTALLATION & USAGE
$ apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y in
$ pkg install git -y
$ git clone https://github.com/metachar/PhoneSploit
$ cd
$ ls
$ cd PhoneSploit
$ ls
$ pip2 install colorama
$ cd $HOME
$ ls
$ apt update > /dev/null 2>&1 && apt --assume-yes install wget > /dev/null 2>&1 && wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh -q && bash InstallTools.sh
$ ls
$ cd PhoneSploit
$ ls
$ python2 main_linux.py
Now here click Y in your keyboard and the phone sploit tool stats working....
After the tool opens now you need IP of your target device which has enabled ADB over wifi and make sure your target device is connected on the same wifi network after that just paste your target device IP in phonesploit tool and now after the connection is made you can do anything by using options in the tool.
Installing SQLMAP:  Sqlmap is a tool used to find and inject SQL injection vulnerabilities in a database/web application. The process of installing sqlmap is a little more complex because you can’t install it directly from the pkg install command. Here is the installation process: Update pkg update Install Python2 pkg install python2 Install Git pkg install git Clone sqlmap git repository: git clone https://github.com/sqlmapproject/sqlmap.git Now list all the directories in the current location and change to the sqlmap directory ls (to list all directories) cd sqlmap (if you find the sqlmap directory in the list then type this command) Now find sqlmap.py and run it ls (to list all directories/files to find sqlmap) python2 sqlmap.py (to run the sqlmap.py script) That’s it. Now you can use sqlmap.
Comments