Socket
Socket
Sign inDemoInstall

telnetlib-proxy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telnetlib-proxy

Python telnetlib with SOCKS proxy support


Maintainers
1

telnetlib with SOCKS proxy support

This is a python package that adds socks proxy support to telnetlib using PySocks.

It includes a telnet client that you can use via telnet5 command that uses SOCKS4, SOCKS5 or HTTP proxy set via telnet_proxy environment variable.

Installation:

pip install telnetlib_proxy

Usage:

export telnet_proxy=socks5://host:port

telnet5 [-d] .. host port

# press Ctrl-C to close the connection

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc