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 phpserializeNeeded to communicate between Python and PHP remote execution -
pyparsing
import pyparsingA dependency ofshnake. Used to parse command-line input -
PySocks
import socks, sockshandlerNeeded by the PROXY setting to support socks4/5 proxy types
-
pygments
import pygmentsEnable php code syntax coloration -
bpython
import bpythonEnhanced python console for use withcorectl python-console -
IPython
import IPythonEnhanced python console for use withcorectl python-console