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

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

19 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

20 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

3 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago