1 dépôt
Minimal, specialized code snippets designed for delivery and execution on a target system.
Distinct from Socket Networking: Focuses on the payload nature of the code rather than the general networking library implementation.
Explore 1 awesome GitHub repository matching networking & communication · Payloads. Refine with filters or upvote what's useful.
This project consists of PHP-based payloads and scripts designed to establish reverse network connections for remote shell access. It functions as a remote command execution tool used during security auditing to gain an interactive shell on a web server. The scripts utilize PHP network sockets to redirect system shell input and output to a remote TCP connection. This allows for the establishment of a network connection from a target server back to a controlled machine to execute remote commands. These capabilities support penetration testing workflows, PHP server auditing, and post-exploitat
Provides a minimal PHP payload that uses sockets to redirect shell I/O to a remote connection.