ssh-parser

Crates.iossh-parser
lib.rsssh-parser
version0.5.0
sourcesrc
created_at2017-05-23 12:12:52.858325
updated_at2021-09-13 11:53:00.370648
descriptionParser for the SSH protocol
homepagehttps://github.com/rusticata/ssh-parser
repositoryhttps://github.com/rusticata/ssh-parser
max_upload_size
id15678
size64,611
Pierre Chifflier (chifflier)

documentation

https://docs.rs/ssh-parser

README

ssh-parser

LICENSE Build Status Crates.io Version

Overview

This crate provides functions to parse the SSH 2.0 protocol packets. It is also able to recognize older versions of SSH in the identification phase. The main purpose of ssh-parser is to implement safe protocol analysis in network monitoring tools such as IDS and thus it is only able to parse unprotected packets (like the SSH handshake).

Standards

The following specification are partially implemented:

  • RFC4253 The Secure Shell (SSH) Transport Layer Protocol
  • RFC4251 The Secure Shell (SSH) Protocol Architecture
  • RFC4250 The Secure Shell (SSH) Protocol Assigned Numbers
  • RFC5656 Elliptic Curve Algorithm Integration in the Secure Shell Transport Layer
  • RFC6239 Suite B Cryptographic Suites for Secure Shell (SSH)
  • IANA SSH Protocol Parameters

License

This library is licensed under the GNU Lesser General Public License version 2.1, or (at your option) any later version.

Commit count: 38

cargo fmt