Shell-Eggs Docs · Bind Shells
Listeners inside the container - plain nc, full-PTY socat, TLS binds and interpreter binds. You connect in.
nc <host> <PORT>| ID | Name | Port | Connect / payload |
|---|---|---|---|
nc-bind | Netcat Bind Shell | 5555 | nc <host> <PORT> |
socat-bind | Socat Bind Shell (pty) | 5555 | socat file:$(tty),raw,echo=0 TCP:<host>:<PORT> |
openssl-bind | OpenSSL TLS Bind | 5555 | socat file:$(tty),raw,echo=0 OPENSSL:<host>:<PORT>,verify=0 |
php-bind | PHP Bind Shell | 5555 | nc <host> <PORT> (PHP socket_accept bind shell) |
python-bind | Python Bind Shell | 5555 | nc <host> <PORT> (Python socket bind + PTY) |
Every payload reconnects forever (2-5s backoff) and is auto-restarted by the supervisor. Full details in SHELLs.md.