
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
This is a simple TCP/TLS echo server written in Ruby.
This echo server requires version 1.3.0 of eventmachine, which can be obtained from GitHub. Unfortunately it is not currently published on RubyGems.
$echo-server --help
Usage: echo-server [options]
--help Prints this help
-t, --timeout TIMEOUT Sets the in seconds timeout after the TCP connection is terminated. (Default is 60)
--tls TLS_VERSION Sets the SSL versions supported by the server. (Default is TLSv1_2 and TLSv1_3)
--ciphers CIPHERS Sets the ciphers supported by the server.
--curves CURVES Sets the ecdh curves supported by the server.
--priv PRIVATE_KEY_FILE Sets the path to the server's private key.
--cert CERT_CHAIN Sets the path to the server's public certificate.
-h, --host HOST Sets the host on which the server binds. (By default ::)
-p, --port PORT Sets the port on which the server binds. (By default 7, RFC862)
--fatal Log Fatal and Unknown Events
--error Log Error, Fatal and Unknown Events
--warn Log Warn, Error, Fatal and Unknown Events
--info Log Info, Warn, Error, Fatal and Unknown Events
--debug Log Debug, Info, Warn, Error, Fatal and Unknown Events
FAQs
Unknown package
We found that echo-server demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.