DroidTracker – Script To Generate An Android App To Track Location In Real Time

DroidTracker is a script to generate an Android App to track location in real time.

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

Also Read – KatroLogger : KeyLogger for Linux Systems

Installing on Kali Linux

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

For x86:
$-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/thelinuxchoice/droidtracker
$cd droidtracker
$bash droidtracker.sh

Credit: https://github.com/thelinuxchoice/DroidTracker

R K

Recent Posts

SpyAI : Intelligent Malware With Advanced Capabilities

SpyAI is a sophisticated form of malware that leverages advanced technologies to capture and analyze…

1 day ago

Proxmark3 : The Ultimate Tool For RFID Security And Analysis

The Proxmark3 is a versatile, open-source tool designed for radio-frequency identification (RFID) security analysis, research,…

1 day ago

Awesome Solana Security : Enhancing Program Development

The "Awesome Solana Security" collection is a comprehensive resource designed to help developers build more…

1 day ago

IngressNightmare-POCs : Understanding The Vulnerability Exploitation Flow

The "IngressNightmare" vulnerabilities, disclosed in March 2025, represent a critical set of security issues affecting…

1 day ago

AdaptixC2 : Enhancing Penetration Testing With Advanced Framework Capabilities

AdaptixC2 is an advanced post-exploitation and adversarial emulation framework designed specifically for penetration testers. It…

1 day ago

Bincrypter : Enhancing Linux Binary Security through Runtime Encryption And Obfuscation

Bincrypter is a powerful Linux binary runtime crypter written in BASH. It is designed to…

1 day ago