Skip to content

simplest tool to parse and format accepted or failed login in authentication logs on linux

Notifications You must be signed in to change notification settings

giuseongit/authlog-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

#Authlog-parser

The fastes way to read your authentication log files. Distributed under the MIT license

Usage: authlog-parser [options] sourcefile
NOTE: if no file is given /var/log/auth.log is used.
Options:
-o, --output filename Name of the output file
-a, --append Appends the results to the file
-m, --mode [all|accepted|failed] Show all (default), only accepted or only failed requests
-v, --version Show version
-h, --help Displays Help

About

simplest tool to parse and format accepted or failed login in authentication logs on linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages