bhikandeshmukh / DroidTracker

Script to generate an Android App to track location in real time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DroidTracker

Features:

Custom App Name

2 Port Forwarding options (Ngrok or using SSH Tunneling with Serveo.net)

Obfuscated URL by Tinyurl

Fully Undetectable

Auto Install:

# bash install.sh

Installing on Kali Linux:

Install dependencies:
# apt-get update
# apt-get install default-jdk apksigner

For x86:
# apt-get install libc6-dev-i386 lib32z1

For AMD64:
# apt-get install lib32z1 lib32ncurses6 lib32stdc++6

Download SDK-Tools:
# wget https://dl.google.com/android/repository/sdk-tools-linux-4333796.zip
#mkdir -p $HOME/Android/Sdk
# unzip sdk-tools-linux* -d $HOME/Android/Sdk

Install SDKMAN
# curl -s "https://get.sdkman.io" | bash
# source "$HOME/.sdkman/bin/sdkman-init.sh"
# echo "Y" | sdk install java 8.0.191-oracle
# sdk use java 8.0.191-oracle
# sdk install gradle 2.14.1
# sdk use gradle 2.14.1

# echo "y" | $HOME/Android/Sdk/tools/bin/sdkmanager "platforms;android-25" "build-tools;25.0.1" "extras;google;m2repository" "extras;android;m2repository"

# git clone https://github.com/bhikandeshmukh/DroidTracker
# cd DroidTracker
# bash droidtracker.sh

Legal Disclaimer:

Usage of the tool 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

DroidTracker is created to help in penetration testing and it's not responsible for any misuse or illegal purposes.

DroidTracker is inspired by https://github.com/thelinuxchoice/ Big thanks to @thelinuxchoice

♨️ FOLLOW ♨️

About

Script to generate an Android App to track location in real time

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 76.6%Language:Shell 21.6%Language:PHP 1.8%