DroidTracker is a script to generate an Android App to track location in real time.
Features
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
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…