Scripts for running Responder.py in an Android (rooted) device.
git clone [email protected]:nvssks/Android-Responder.git
cd Android-Responder
git submodule update --init --recursive
Copy everything in Android - Responder needs to be in the same $DIR as the scripts
- Android with qPython:
~$ su -c sh $DIR/startTether.sh
~$ su -c sh $DIR/stopTether.sh
- Kali NetHunter:
~$ su -c bootkali
root@kali:/# bash $DIR/startTether.sh
root@kali:/# bash $DIR/stopTether.sh
Note: Due to some limitations on older Android environments, startTether.sh needs to be stoped with Ctrl+C before running stopTether.sh
Video shows a Windows 10 lock screen (fresh install) connected to an Android device running Responder.py. Host laptop is not connected to any other network (wifi or ethernet)
- For Android v4.X use /storage/emulated/0/[*] instead of /sdcard/[*] for $DIR