Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.02 KB

INSTALL.md

File metadata and controls

50 lines (33 loc) · 1.02 KB

Quick Start

git clone https://github.com/nil0x42/phpsploit
cd phpsploit/
pip3 install -r requirements.txt
./phpsploit -ie 'help help'

Platform

Compatible with GNU/Linux (and maybe Mac OS/X)

Tested on debian, kali, archlinux, and fedora

Python Version

Compatible with python >= 3.5

(Mostly tested with python 3.5)

Dependencies (included in ./deps from now)

  • phpserialize import phpserialize Needed to communicate between Python and PHP remote execution

  • pyparsing import pyparsing A dependency of shnake. Used to parse command-line input

  • PySocks import socks, sockshandler Needed by the PROXY setting to support socks4/5 proxy types

Optional dependencies

  • pygments import pygments Enable php code syntax coloration

  • bpython import bpython Enhanced python console for use with corectl python-console

  • IPython import IPython Enhanced python console for use with corectl python-console