Skip to content

FDlucifer/OpenSSH-Network-Parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSH Network Parser

Project to decrypt and parse OpenSSH traffic. More information can be found in this blogpost.

Usage

network-parser -p my_pcap.pcap -o my/output/dir --proto=[protocol] [--popt key=value] [-s] [-vvvv] 

Possible values for --proto are base and ssh. Base will parse some basic packet information. --popt is used to pass additional information to the network parser. The SSH parser supports one required parameter called 'keyfile'. An example:

network-parser -p my_pcap.pcap --proto=ssh --popt keyfile=keys.json -o /tmp/ssh/ -s 

About

Project to decrypt and parse SSH traffic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%