Crates.io | ssh-parser |
lib.rs | ssh-parser |
version | 0.5.0 |
source | src |
created_at | 2017-05-23 12:12:52.858325 |
updated_at | 2021-09-13 11:53:00.370648 |
description | Parser for the SSH protocol |
homepage | https://github.com/rusticata/ssh-parser |
repository | https://github.com/rusticata/ssh-parser |
max_upload_size | |
id | 15678 |
size | 64,611 |
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).
The following specification are partially implemented:
This library is licensed under the GNU Lesser General Public License version 2.1, or (at your option) any later version.