Skip to content

Dashstrom/lastlogcsv

Repository files navigation

Lastlogcsv

Tests result Build result

Converter from /var/log/lastlog to csv file.

Install from PyPI

pip3 install lastlogcsv

Install from Github

pip3 install git+https://github.com/Dashstrom/lastlogcsv

Usage

You can run the script with lastlogcsv or python3 -m lastlogcsv

usage: lastlogcsv [-h] [-i INPUT] [-o OUTPUT] [-s {L,A}] [-e]

Converter file from /var/log/lastlog to csv file.

The output format is `uid,timestamp,tine,host`.
Exemple : `1000,1582898351,pts/0,192.168.56.1`

options:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        lastlog file, /var/log/lastlog by default on unix system
  -o OUTPUT, --output OUTPUT
                        destination for CSV file
  -s {L,A}, --struct {L,A}
                        'A' for actual struct, 'L' for legacy
  -e, --error           display complete error

About

Converter file from /var/log/lastlog to csv file.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages