Rust Netcat

Open-source Rust projects categorized as Netcat

Rust Netcat Projects

  • websocat

    Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions

  • Project mention: Show HN: ScaleSocket – Turn any script into a multiplayer WebSocket server | news.ycombinator.com | 2023-09-20

    It's similar to running netcat in server mode, wrapping a script. It's even closer to doing that using websocat [1], whereby one does not have to do the websocket header juggling.

    The main difference is that while netcat or websocat will spawn a new process for each connecting client, ScaleSocket has a concept of rooms (channels). For a room, a process is spawned once only. All clients connecting to the same room are routed to the same process. This is not straight forward to do using the forementioned tools.

    There's a small comparison page [2] where I have mentioned some alternative tools.

    [1] https://github.com/vi/websocat

  • rustcat

    Rustcat(rcat) - The modern Port listener and Reverse shell

  • Project mention: [contest for DS923+] I have heard a bunch of people worried about having the encryption key on DSM 7.2 Encrypted Volume being stored locally in the key vault. So I am having a contest, the first person who can show how to exploit this gets a DS923+ (US Only). Full Description in link | /r/synology | 2023-05-23

    Next, start a second terminal on your desktop, download rustcat wget https://github.com/robiot/rustcat/releases/download/v3.0.0/rcat-v3.0.0-linux-x86_64 -O rcat chmod +x rcat and start listening for shells: ./rcat listen -ib 55600

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Netcat related posts

Index

Project Stars
1 websocat 6,491
2 rustcat 647

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com