Packages and Binaries:

phpsploit

This package contains a remote control framework, aiming to provide a stealth interactive shell-like connection over HTTP between client and web server. It is a post-exploitation tool capable to maintain access to a compromised web server for privilege escalation purposes.

Installed size: 877 KB
How to install: sudo apt install phpsploit

Dependencies:
  • php
  • python3
  • python3-extproxy
  • python3-phpserialize
  • python3-pygments
  • python3-pyparsing
  • python3-socks
phpsploit

(unknown subject)

root@kali:~# phpsploit -h
usage: phpsploit [-h] [-v] [-c <FILE>] [-l <SESSION>] [-t <URL>] [-s <FILE>]
                 [-e <CMD>] [-i]

The stealth post-exploitation framework

options:
  -h, --help            show this help message and exit
  -v, --version         output version information and exit
  -c, --config <FILE>   use alternative configuration file
  -l, --load <SESSION>  load session file
  -t, --target <URL>    set remote TARGET URL
  -s, --source <FILE>   run commands from file (disables interactive mode)
  -e, --eval <CMD>      run phpsploit command (disables interactive mode)
  -i, --interactive     force interactive mode if unset by `-e` or `-s`

Updated on: 2025-Feb-18