proxy.core.ssh.base module#
proxy.py#
⚡⚡⚡ Fast, Lightweight, Pluggable, TLS interception capable proxy server focused on Network monitoring, controls & Application development, testing, debugging.
- copyright
2013-present by Abhinav Singh and contributors.
- license
BSD, see LICENSE for more details.
- class proxy.core.ssh.base.BaseSshTunnelHandler(flags: argparse.Namespace)[source]#
Bases:
object
- class proxy.core.ssh.base.BaseSshTunnelListener(flags: argparse.Namespace, handler: proxy.core.ssh.base.BaseSshTunnelHandler, *args: Any, **kwargs: Any)[source]#
Bases:
object