Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
8d988e2
Update README.md
May 30, 2019
1e70ce1
Add files via upload
May 30, 2019
7b229d4
Update README.md
May 30, 2019
be8f7d1
Update README.md
May 30, 2019
1d4e223
tried adding a linux version
May 30, 2019
8140572
Update main.py
May 31, 2019
5ef8f56
Update main_linux.py
May 31, 2019
478722d
Add files via upload
May 31, 2019
97d4832
Update main_linux.py
usama7628674 Jun 1, 2019
b3ae9ab
Merge pull request #3 from usama7628674/master
Jun 1, 2019
b75dfcb
Add files via upload
Jun 1, 2019
2e25206
Update main_linux.py
Jun 1, 2019
2d0698f
Fixed Typo
Jun 2, 2019
cca457f
Fixed Typo
Jun 2, 2019
adfaf69
Updated UI
Jun 2, 2019
2e537d3
Added New Look and Banners
Jun 3, 2019
55cc441
Add files via upload
Jun 3, 2019
525ad03
Add files via upload
Jun 3, 2019
0ac9023
Add files via upload
Jun 3, 2019
feb78cd
Add files via upload
Jun 3, 2019
9266dc0
Add files via upload
Jun 3, 2019
6c00adf
Add files via upload
Jun 3, 2019
fe0e842
Add files via upload
Jun 3, 2019
7a6d6d2
Update README.md
Jun 3, 2019
ff075d4
Update README.md
Jun 3, 2019
e1d73f7
Update main_linux.py
Jun 3, 2019
1cf5747
Update README.md
Jun 3, 2019
34d239c
Update main_linux.py
Jun 3, 2019
b4fc74d
Update main_linux.py
Jun 3, 2019
c7a24f3
Update main_linux.py
Jun 3, 2019
536db5f
Update main_linux.py
Jun 3, 2019
7c8da33
Update 1.2
Jun 4, 2019
5e21d6f
Update README.md
Jun 4, 2019
1a05d00
Typo: Expoit --> Exploit
cclauss Jun 19, 2019
9d840d4
Update main_linux.py
cclauss Jun 19, 2019
fef242e
Merge pull request #18 from cclauss/patch-2
Jun 22, 2019
192716d
Update README.md
xd20111 Jun 24, 2019
05d26d3
Modified workflow so that there is no need to enter device name again…
Jun 25, 2019
539fefc
Merge pull request #19 from xd20111/patch-1
Jun 30, 2019
0193f9e
Merge pull request #20 from sushantnadkar/master
Jun 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,41 @@
# Recent News (New Update v.1.2)
Port Forwarding<br> NetStat <br>
Grab wpa_supplicant <br> Turn WiFi On/Off <br>
Show Mac/Inet<br> Remove Password<br>
Extract apk from app<br> Use Keycode <br>
Get Battery Status<br> Get Current Activity<br>

# PhoneSploit
Using open Adb ports we can exploit a device
<br> you can find open ports here https://www.shodan.io/search?query=android+debug+bridge+product%3A”Android+Debug+Bridge”
<br>
<br> To find out how to access a local device --> https://www.youtube.com/watch?v=OlhCAX1qBQo

<br> I will soon make a tutorial on how to use PhoneSploit

# HOW TO INSTALL
# HOW TO INSTALL WINDOWS
```
extract adb.rar to the phonesploit directory
git clone https://github.com/Zucccs/PhoneSploit
extract adb.rar to the phonesploit directory
cd PhoneSploit
pip install colorama
python2 main.py
```

# HOW TO INSTALL Linux
```
git clone https://github.com/Zucccs/PhoneSploit
cd PhoneSploit
pip install colorama
python2 main_linux.py
```
# IF ADB NOT FOUND
sudo apt update
sudo apt install android-tools-adb android-tools-fastboot



# VIDEO
[![Watch the video](https://img.youtube.com/vi/6XNf9s-PZxY/hqdefault.jpg)](https://www.youtube.com/watch?v=6XNf9s-PZxY)

# ScreenShots
![Screenshot](Screenshot.png)
Loading