Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
ttyd — Comparte tu terminal a través de la web | Kitploit
Herramientas/GitHubGitHub/tsl0922/ttyd
Utilidades de Propósito GeneralHerramienta de Acceso Remoto
GitHubtsl0922/ttyd

ttyd

Comparte tu terminal a través de la web

Ver RepositorioSitio web
12.2k1.2khace 8 díasRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

backend frontend GitHub Releases Docker Pulls Packaging status GitHub

ttyd - Comparte tu terminal a través de la web

ttyd es una herramienta simple de línea de comandos para compartir la terminal a través de la web.

screenshot

Características

  • Construido sobre libuv y WebGL2 para velocidad
  • Terminal completamente funcional con soporte para CJK e IME
  • Soporte de transferencia de archivos ZMODEM (lrzsz) / trzsz
  • Soporte de salida de imágenes Sixel (img2sixel / lsix)
  • Soporte SSL basado en OpenSSL / Mbed TLS
  • Ejecuta cualquier comando personalizado con opciones
  • Soporte de autenticación básica y muchas otras opciones personalizadas
  • Multiplataforma: macOS, Linux, FreeBSD/OpenBSD, OpenWrt, Windows

Instalación

Instalar en macOS

  • Instalar con Homebrew: brew install ttyd
  • Instalar con MacPorts: sudo port install ttyd

Instalar en Linux

  • Instalar en Debian/Ubuntu: sudo apt install ttyd
  • Instalar el snap: sudo snap install ttyd --classic
  • Instalar en OpenWrt: opkg install ttyd
  • Instalar en Gentoo: clona el repositorio y sigue las instrucciones aquí.
  • Instalar con Homebrew : brew install ttyd
  • Binarios estáticos precompilados: descárgalos desde la página de lanzamientos

Instalar en Windows

  • Versión binaria (recomendada): descárgala desde la página de lanzamientos
  • Instalar con WinGet: winget install tsl0922.ttyd
  • Instalar con Scoop: scoop install ttyd
  • Compilar en Windows

Uso

Opciones de línea de comandos

root@kitploit:~
USAGE:
    ttyd [options] <command> [<arguments...>]

OPTIONS:
    -p, --port              Port to listen (default: 7681, use `0` for random port)
    -i, --interface         Network interface to bind (eg: eth0), or UNIX domain socket path (eg: /var/run/ttyd.sock)
    -U, --socket-owner      User owner of the UNIX domain socket file, when enabled (eg: user:group)
    -c, --credential        Credential for basic authentication (format: username:password)
    -H, --auth-header       HTTP Header name for auth proxy, this will configure ttyd to let a HTTP reverse proxy handle authentication
    -u, --uid               User id to run with
    -g, --gid               Group id to run with
    -s, --signal            Signal to send to the command when exit it (default: 1, SIGHUP)
    -w, --cwd               Working directory to be set for the child program
    -a, --url-arg           Allow client to send command line arguments in URL (eg: http://localhost:7681?arg=foo&arg=bar)
    -W, --writable          Allow clients to write to the TTY (readonly by default)
    -t, --client-option     Send option to client (format: key=value), repeat to add more options
    -T, --terminal-type     Terminal type to report, default: xterm-256color
    -O, --check-origin      Do not allow websocket connection from different origin
    -m, --max-clients       Maximum clients to support (default: 0, no limit)
    -o, --once              Accept only one client and exit on disconnection
    -q, --exit-no-conn      Exit on all clients disconnection
    -B, --browser           Open terminal with the default system browser
    -I, --index             Custom index.html path
    -b, --base-path         Expected base path for requests coming from a reverse proxy (eg: /mounted/here, max length: 128)
    -P, --ping-interval     Websocket ping interval(sec) (default: 5)
    -6, --ipv6              Enable IPv6 support
    -S, --ssl               Enable SSL
    -C, --ssl-cert          SSL certificate file path
    -K, --ssl-key           SSL key file path
    -A, --ssl-ca            SSL CA file path for client certificate verification
    -d, --debug             Set log level (default: 7)
    -v, --version           Print the version and exit
    -h, --help              Print this text and exit

Lee el uso de ejemplo en la wiki.

Compatibilidad con navegadores

Navegadores modernos. Consulta Compatibilidad con navegadores.

Alternativas

  • Wetty: terminal web basada en Node (SSH/login)
  • GoTTY: terminal web basada en Go
Descargar herramienta