All Projects → metachar → Phonesploit

metachar / Phonesploit

Using open Adb ports we can exploit a Andriod Device

Programming Languages

python
139335 projects - #7 most used programming language
hack
652 projects

Projects that are alternatives of or similar to Phonesploit

Adbsploit
A python based tool for exploiting and managing Android devices via ADB
Stars: ✭ 147 (-82.79%)
Mutual labels:  apk, hacking, exploit, adb
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device. Ghost Framework gives you the power and convenience of remote Android device administration.
Stars: ✭ 992 (+16.16%)
Mutual labels:  hacking, exploit, adb
K8tools
K8工具合集(内网渗透/提权工具/远程溢出/漏洞利用/扫描工具/密码破解/免杀工具/Exploit/APT/0day/Shellcode/Payload/priviledge/BypassUAC/OverFlow/WebShell/PenTest) Web GetShell Exploit(Struts2/Zimbra/Weblogic/Tomcat/Apache/Jboss/DotNetNuke/zabbix)
Stars: ✭ 4,173 (+388.64%)
Mutual labels:  hacking, exploit
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (-55.27%)
Mutual labels:  hacking, exploit
Pwn jenkins
Notes about attacking Jenkins servers
Stars: ✭ 841 (-1.52%)
Mutual labels:  hacking, exploit
Jenkins Rce
😈 Jenkins RCE PoC. From unauthenticated user to remote code execution, it's a hacker's dream!
Stars: ✭ 262 (-69.32%)
Mutual labels:  hacking, exploit
Android Exploits
A collection of android Exploits and Hacks
Stars: ✭ 290 (-66.04%)
Mutual labels:  hacking, exploit
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (-50.94%)
Mutual labels:  apk, hacking
Buildapks
Really quickly build APKs on handheld device (smartphone or tablet) in Amazon, Android, Chromebook and Windows📲 See https://buildapks.github.io/docsBuildAPKs/setup to start building APKs.
Stars: ✭ 218 (-74.47%)
Mutual labels:  apk, hacking
Hack Tools
hack tools
Stars: ✭ 488 (-42.86%)
Mutual labels:  hacking, exploit
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (-44.5%)
Mutual labels:  hacking, exploit
Penetration Testing Tools
A collection of more than 140+ tools, scripts, cheatsheets and other loots that I have developed over years for Red Teaming/Pentesting/IT Security audits purposes. Most of them came handy on at least one of my real-world engagements.
Stars: ✭ 614 (-28.1%)
Mutual labels:  hacking, exploit
adb-cheatsheet
Your journey to master Android™ Shell begins here
Stars: ✭ 44 (-94.85%)
Mutual labels:  adb, apk
quest-sidenoder
Cross platform Sideloader for Quest standalone headset
Stars: ✭ 78 (-90.87%)
Mutual labels:  adb, apk
Cve 2019 0708
3389远程桌面代码执行漏洞CVE-2019-0708批量检测工具(Rdpscan Bluekeep Check)
Stars: ✭ 350 (-59.02%)
Mutual labels:  hacking, exploit
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device.
Stars: ✭ 1,934 (+126.46%)
Mutual labels:  adb, exploit
Apkurlgrep
Extract endpoints from APK files
Stars: ✭ 405 (-52.58%)
Mutual labels:  apk, hacking
Xattacker
X Attacker Tool ☣ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 897 (+5.04%)
Mutual labels:  hacking, exploit
Hackapk
An Advanced Tool For Complete Apk-Modding In Termux ...
Stars: ✭ 180 (-78.92%)
Mutual labels:  apk, hacking
Androrat
A Simple android remote administration tool using sockets. It uses java on the client side and python on the server side
Stars: ✭ 187 (-78.1%)
Mutual labels:  apk, exploit

Recent News (New Update v.1.2)

Port Forwarding
NetStat
Grab wpa_supplicant
Turn WiFi On/Off

Show Mac/Inet
Remove Password
Extract apk from app
Use Keycode

Get Battery Status
Get Current Activity

PhoneSploit

Using open Adb ports we can exploit a device
you can find open ports here https://www.shodan.io/search?query=android+debug+bridge+product%3A”Android+Debug+Bridge”

To find out how to access a local device --> https://www.youtube.com/watch?v=OlhCAX1qBQo

HOW TO INSTALL WINDOWS

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

ScreenShots

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].