Contents

  1. wscat

wscat

Web socket cat tool

   1 sudo apt install nodejs npm -y
   2 sudo npm install -g wscat
   3 
   4 wscat -c wss://websocket-echo.com
   5 Connected (press CTRL+C to quit)
   6 > hi there
   7 < hi there
   8 > are you a happy parrot?
   9 < are you a happy parrot?

wscat (last edited 2026-02-25 19:24:25 by vitor)