Skip to content

logdissect-3.0

Compare
Choose a tag to compare
@dogoncouch dogoncouch released this 22 Mar 18:36
· 35 commits to master since this release

logdissect-3.0

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

Installing via GitHub

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/v3.0.tar.gz
tar -xzf v3.0.tar.gz
cd logdissect-3.0
sudo make all

sha256sum:

d6531d4e017bf2e4cc3811771a68db49828bf8c8405febd526250a674b5e9629  v3.0.tar.gz

Installing via PyPI

Requirements: pip

sudo pip install logdissect