Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
ttyd — Partagez votre terminal via le web | Kitploit
Outils/GitHubGitHub/tsl0922/ttyd
Utilitaires GénérauxOutil d'Accès à Distance
GitHubtsl0922/ttyd

ttyd

Partagez votre terminal via le web

Voir le dépôtSite web
12.2k1.2k1il y a 9 joursVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

backend frontend GitHub Releases Docker Pulls Packaging status GitHub

ttyd - Partagez votre terminal sur le web

ttyd est un outil en ligne de commande simple pour partager un terminal sur le web.

capture d'écran

Fonctionnalités

  • Construit sur libuv et WebGL2 pour la rapidité
  • Terminal complet avec prise en charge des caractères CJK et des IME
  • Prise en charge du transfert de fichiers ZMODEM (lrzsz) / trzsz
  • Prise en charge de la sortie d'images Sixel (img2sixel / lsix)
  • Prise en charge SSL basée sur OpenSSL / Mbed TLS
  • Exécutez n'importe quelle commande personnalisée avec des options
  • Prise en charge de l'authentification de base et de nombreuses autres options personnalisées
  • Multi-plateforme : macOS, Linux, FreeBSD/OpenBSD, OpenWrt, Windows

Installation

Installer sur macOS

  • Installer avec Homebrew : brew install ttyd
  • Installer avec MacPorts : sudo port install ttyd

Installer sur Linux

  • Installer sur Debian/Ubuntu : sudo apt install ttyd
  • Installer le snap : sudo snap install ttyd --classic
  • Installer sur OpenWrt : opkg install ttyd
  • Installer sur Gentoo : clonez le dépôt et suivez les instructions ici.
  • Installer avec Homebrew : brew install ttyd
  • Binaires statiques précompilés : téléchargez depuis la page des versions

Installer sur Windows

  • Version binaire (recommandée) : téléchargez depuis la page des versions
  • Installer avec WinGet : winget install tsl0922.ttyd
  • Installer avec Scoop : scoop install ttyd
  • Compiler sur Windows

Utilisation

Options en ligne de commande

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

Consultez l'exemple d'utilisation sur le wiki.

Support des navigateurs

Navigateurs modernes, voir Support des navigateurs.

Alternatives

  • Wetty : terminal web basé sur Node (SSH/connexion)
  • GoTTY : terminal web basé sur Go
Télécharger l’outil