lastlogcsv 2.0.0
Lastlogcsv
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.