git clone https://github.com/nil0x42/phpsploit
cd phpsploit/
pip3 install -r requirements.txt
./phpsploit -ie 'help help'
Compatible with GNU/Linux (and maybe Mac OS/X)
Tested on debian, kali, archlinux, and fedora
Compatible with python >= 3.5
(Mostly tested with python 3.5)
-
phpserialize
import phpserialize
Needed to communicate between Python and PHP remote execution -
pyparsing
import pyparsing
A dependency ofshnake
. Used to parse command-line input -
PySocks
import socks, sockshandler
Needed by the PROXY setting to support socks4/5 proxy types
-
pygments
import pygments
Enable php code syntax coloration -
bpython
import bpython
Enhanced python console for use withcorectl python-console
-
IPython
import IPython
Enhanced python console for use withcorectl python-console