Skip to content

logdissect-2.2.1

Compare
Choose a tag to compare
@dogoncouch dogoncouch released this 11 Jan 21:00
· 131 commits to master since this release

logdissect-2.2.1

A robust CLI syslog forensics tool, with a Python library module for parsing and storing log data.

Changes

See CHANGELOG.md

Usage

See README.md

Installing

The included Makefile will install logdissect for whichever versions of Python are available. If both are present, the command-line program will use Python 2, which is a bit faster.

Requirements: python, python-setuptools (and/or python3, python3-setuptools)

wget https://github.com/dogoncouch/logdissect/archive/v2.2.1.tar.gz
tar -xzf v2.2.1.tar.gz
cd logdissect-2.2.1
sudo make all

sha256sum:

a6196bbbce71558d179f379dea852c1561856ccab90953eb8f4258963f972a52  v2.2.1.tar.gz