File adapter for Logone
This library is logger that supports structured logging by generating a single line of JSON format for your specified lifecycle. Inspired by logone-go.
This library is logger that supports structured logging by generating a single line of JSON format for your specified lifecycle. Inspired by logone-go.
This library is logger that supports structured logging by generating a single line of JSON format for your specified lifecycle. Inspired by logone-go.
This library is logger that supports structured logging by generating a single line of JSON format for your specified lifecycle. Inspired by logone-go.
Simple logger
A command-line tool that parses Nix's --log-format json-internal output as standalone and crate library
Pretty (by default) and easy to use logger. Compile-time level filtering, zero deps.
Lateral movement tracker for anything! A DFIR tool that parses forensic artifacts and visualizes lateral movement in graph databases. Written by Toño Díaz (@jupyterjones)
Display contents of Active Directory database files (ntds.dit)
Rust bindings for the Outlook MAPI interface
Steam client for Rust - Individual and Anonymous user account types
A Pure RUST imlementation of Remote Desktop Protocol
A Pure RUST imlementation of Remote Desktop Protocol
A lightweight, stealth screen-logging daemon for Windows.
Simple encapsulation of Alipay interface
Drop privileges on Windows
A FIX protocol implementation
The aim is to be configurable and work with as many kinds of authentication as possible.
After logon to my pc, to install first step.(brew ect.)
Accounts::Server defines the following paths for your web-app: * POST '/logon' * POST '/register' * POST '/forgot-password' * POST '/change-password' * POST '/change-email' Your app must provide the pages and forms that will post to these paths.
This FIX protocol wrapper enables one to easily parse and create messages complying with the FIX 4.4 specification. It includes definitions for admin messages (logon, heartbeat, resend request, test request), for some market data messages (market data request, market data snapshot, and market data incremental refresh) as well as the ability to easily define other ones.
The FIX engine library allows one to easily connect to a FIX acceptor and establish a session, it will handle the administrative messages such as logons, hearbeats, gap fills and allow custom handling of business level messages. Likewise, an acceptor may be easily implemented by defining callbacks for business level messages. FIX protocol message parsing capabilities are provided by the fix-protocol gem, which currently supports the administrative subset (and a few business level messages) of the FIX 4.4 message specification.