.
675 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | ### ༒︎᯾𝐏𝐡𝐨𝐧𝐞𝐬𝐩𝐥𝐨𝐢𝐭᯾༒︎
4 |
5 | > PhoneSploit is tool for remote ADB Exploitation. With the help of this tool you can control android device by just IP address.
6 |
7 | ### ✰𝙷𝙾𝚆 𝚃𝙾 𝙼𝙰𝙺𝙴 𝙰𝙽 𝙰𝙽𝙳𝚁𝙾𝙸𝙳 𝙾𝙿𝙴𝙽 𝙿𝙾𝚁𝚃✰
8 | > It is very easy to just open settings go to about and repetitively click on build number and then a pop notification shown "You are now Developer" then go back to main settings and check their new option shown (Developer Option) click on that and enable USB dubbing in it. Now it's done.
9 | >> If you want to pick random IP address then you can find open ports here [RANDOM IP ADDRESS](https://shodan.io) and search `Android debug emulator`and pick random IP address
10 |
11 | 
12 |
13 | ### ✰𝙸𝙽𝚂𝚃𝙰𝙻𝙻𝙰𝚃𝙸𝙾𝙽✰ :
14 | ```
15 | $ pkg up -y
16 | ```
17 | ```
18 | $ pkg install git -y
19 | ```
20 | ```
21 | $ pkg install python -y
22 | ```
23 | ```
24 | $ pkg install openssl-tool
25 | ```
26 | ```
27 | $ pkg install wget -y
28 | ```
29 | ```
30 | $ pip install colorama
31 | ```
32 | ```
33 | $ git clone https://github.com/MasterDevX/Termux-ADB
34 | ```
35 | ```
36 | $ cd Termux-ADB
37 | ```
38 | ```
39 | $ chmod 777 InstallTools.sh
40 | ```
41 | ```
42 | $ bash InstallTools.sh
43 | ```
44 | ```
45 | $ cd $HOME
46 | ```
47 | ```
48 | $ git clone https://github.com/aerosol-can/PhoneSploit
49 | ```
50 | ```
51 | $ cd PhoneSploit
52 | ```
53 | ```
54 | $ python phonesploit.py
55 | ```
56 |
57 | ### ⚠️ 𝙻𝙴𝙶𝙰𝙻 𝙳𝙸𝚂𝙲𝙻𝙰𝙸𝙼𝙴𝚁 ⚠️
58 | > Usage of Phonesploit for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.
59 |
60 | 📡 How to reach me :
61 |
62 |
63 |
64 |
65 |
--------------------------------------------------------------------------------