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.