Posts

Showing posts from July 5, 2020

How to install droid spy

Image
  Features GPS Logging Microphone Recording View Contacts SMS Logs Send SMS Call Logs View Installed Apps View Stub Permissions Live Clipboard Logging Live Notification Logging View WiFi Networks (logs previously seen) File Explorer & Downloader Built In APK Builder Auto Allow Permission Easy Bind Any Apk Prerequisites Java Runtime Environment 8 See  installation  for OS specifics NodeJs A Server Installation ON Heroku  Click Here Installation ON VPS & PC Video Tutorial For VPS And PC  Click Here Install JRE 8 Debian, Ubuntu, Etc sudo apt-get install openjdk-8-jre Fedora, Oracle, Red Hat, etc su -c "yum install java-1.8.0-openjdk" Windows click  HERE  for downloads Install NodeJS  Instructions Here  (If you can't figure this out, you shouldn't really be using this) install PM2 npm install pm2 -g Download and Extract  HERE In the extracted folder, run these commands npm install  <- install dependencies pm2 start index.js  <-- start the DroidSpy pm2 startu

How to install phonesploit in termux

Image
PHONESPLOIT 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 sudo apt update sudo apt install android-tools-adb android-tools-fastboot git clone https://github.com/Zucccs/PhoneSploit cd PhoneSploit pip install colorama python2 main_linux.py ## #HOW TO INSTALL IN TERMUX ### $ apt-get update -y $ apt-get upgrade -y $ pkg install python -y $ pkg install python2 -y $ pkg install git -y $ git clon