百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
P

phpsploit

> 编程语言
开源

功能完备的 C2 框架,可在 Web 服务器上静默地持久化,并携带单行 PHP 后门

2.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

功能完备的 C2 框架,可在 Web 服务器上静默地持久化,并携带单行 PHP 后门

Full-featured C2 framework which silently persists on
webserver via polymorphic PHP oneliner



* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

#### Overview The obfuscated communication is accomplished using HTTP headers under standard client requests and web server's relative responses, tunneled through a tiny **polymorphic backdoor**: ```php ``` * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #### Quick Start ```sh git clone https://github.com/nil0x42/phpsploit cd phpsploit/ pip3 install -r requirements.txt ./phpsploit --interactive --eval "help help" ``` * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #### Features - **Efficient**: More than 20 plugins to automate privilege-escalation tasks - Run commands and browse filesystem, bypassing PHP security restrictions - Upload/Download files between client and target - Edit remote files through local text editor - Run SQL console on target system - Spawn reverse TCP shells - **Stealth**: The framework is made by paranoids, for paranoids - Nearly invisible by log analysis and NIDS signature detection - Safe-mode and common _PHP security restrictions bypass_ - Communications are hidden in HTTP Headers - Loaded payloads are obfuscated to _bypass NIDS_ - http/https/socks4/socks5 **Proxy support** - **Convenient**: A robust interface with many crucial features - Detailed help for any option (`help` command) - _Cross-platform_ on both client and server. - CLI supports auto-completion & multi-command - Session saving/loading feature & persistent history - Multi-request support for large payloads (such as uploads) - Provides a powerful, highly configurable settings engine - Each setting, such as user-agent has a _polymorphic mode_ - Customisable environment variables for plugin interaction - Provides a complete plugin development API * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #### Supported platforms (as attacker): - GNU/Linux - Mac OS X #### Supported platforms (as target): - GNU/Linux - BSD-like - Mac OS X - Windows NT ## Contributors Thanks goes to these wonderful people:
nil0x42

⚠️
shiney-wh


Wannes Rombouts


Amine Ben Asker


jose nazario


Sujit Ghosal


Zerdoumi


tristandostaler


Rohan Tarai


Jonas Lejon

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  • •* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  • •* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  • •Efficient: More than 20 plugins to automate privilege-escalation tasks
  • •Run commands and browse filesystem, bypassing PHP security restrictions
  • •Upload/Download files between client and target
  • •Edit remote files through local text editor
  • •Run SQL console on target system
  • •Spawn reverse TCP shells
  • •Stealth: The framework is made by paranoids, for paranoids

> 标签

Pythonadvanced-persistent-threatbackdoorblackhatc2

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言