Skip to content

cwsecur1ty/Linux-Log-Analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Linux Server Log Analyzer

A Python tool to analyse logs from Linux servers. LSLA parses log entries to extract key information, define targets or hosts, and summarise significant events such as successful and failed login attempts, sudo command usage, and session disconnections.

Features

  • Parse log files to extract important information.
  • Identify successful and failed login attempts.
  • Track sudo command usage.
  • Detect and log session disconnections.
  • Provide summaries of key events.

Installation

  1. Clone the repository:

    git clone https://github.com/cwsecur1ty/Linux-Log-Analyser.git
  2. Change to the project directory:

    cd Linux-Log-Analyser
  3. Install requirements.txt:

    pip install -r requirements.txt

Usage

About

A Python tool to analyse logs from Linux servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published