Skip to content

Scripts for running Responder.py in an Android (rooted) device.

Notifications You must be signed in to change notification settings

nvssks/Android-Responder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Scripts for running Responder.py in an Android (rooted) device.

Prerequisites

Usage

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

Results

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)

Video

Considerations

  • For Android v4.X use /storage/emulated/0/[*] instead of /sdcard/[*] for $DIR

Credits

About

Scripts for running Responder.py in an Android (rooted) device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages