ingress

A back door to servers.


Keywords
shell, telnet, debug, server, python, repl, socket, tcp
License
MIT
Install
pip install ingress==0.4.1

Documentation

Ingress

Python package

Ingress is a pure Python, no dependencies REPL (interactive prompt) over the network to your application (very much like Twisted manhole).

Once installed (using ingress.install()), you can telnet <host> <port> and run Python commands on your server. This is helpful when debugging servers.