Skip to content

WhiteWolf217/Log-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Log-Analyzer

A multithreaded Python-based security log analyzer for detecting suspicious activities such as brute force attacks, SQL injection attempts, XSS payloads, and malicious command executions.

✨ Features πŸ›‘οΈ Brute Force Detection – Tracks failed SSH login attempts within a time window.

πŸ’‰ SQL Injection Detection – Flags common SQLi patterns in web logs.

πŸ”₯ XSS Detection – Identifies potential XSS attacks.

πŸ’» Malicious Command Detection – Catches suspicious shell command executions.

πŸ“ˆ Multi-threaded Processing – Efficient for large log files.

πŸ“ Text Report Generator – Outputs a clear report of findings.

πŸ“§ Email Alert System – Optional email alerts for critical events.

πŸ—ƒοΈ SQLite Logging – Stores detected events in a local database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages