Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
ttyd — Compartilhe seu terminal pela web | Kitploit
Ferramentas/GitHubGitHub/tsl0922/ttyd
Utilitários de Propósito GeralFerramenta de Acesso Remoto
GitHubtsl0922/ttyd

ttyd

Compartilhe seu terminal pela web

Ver RepositórioSite
12.2k1.2khá 8 diasRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

backend frontend GitHub Releases Docker Pulls Packaging status GitHub

ttyd - Compartilhe seu terminal pela web

ttyd é uma ferramenta simples de linha de comando para compartilhar terminal pela web.

screenshot

Recursos

  • Construído sobre libuv e WebGL2 para velocidade
  • Terminal completo com suporte a CJK e IME
  • Suporte a transferência de arquivos ZMODEM (lrzsz) / trzsz
  • Suporte a saída de imagem Sixel (img2sixel / lsix)
  • Suporte SSL baseado em OpenSSL / Mbed TLS
  • Execute qualquer comando personalizado com opções
  • Suporte a autenticação básica e muitas outras opções personalizadas
  • Multiplataforma: macOS, Linux, FreeBSD/OpenBSD, OpenWrt, Windows

Instalação

Instalar no macOS

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

Instalar no Linux

  • Instalar no Debian/Ubuntu: sudo apt install ttyd
  • Instalar o snap: sudo snap install ttyd --classic
  • Instalar no OpenWrt: opkg install ttyd
  • Instalar no Gentoo: clone o repositório e siga as instruções aqui.
  • Instalar com Homebrew: brew install ttyd
  • Binários estáticos pré-compilados: baixe da página de releases

Instalar no Windows

  • Versão binária (recomendada): baixe da página de releases
  • Instalar com WinGet: winget install tsl0922.ttyd
  • Instalar com Scoop: scoop install ttyd
  • Compilar no Windows

Uso

Opções de linha de comando

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

Leia exemplos de uso na wiki.

Suporte a Navegadores

Navegadores modernos. Veja Suporte a Navegadores.

Alternativas

  • Wetty: terminal web baseado em Node (SSH/login)
  • GoTTY: terminal web baseado em Go
Baixar ferramenta