Log File Analyzer

  • Automation
  • Cybersecurity
  • Python

A Python log-analysis tool that parses Apache/Nginx access logs, aggregates requests by IP and endpoint, flags brute-force patterns and unusual status-code spikes, and exports findings to CSV. A practical bridge between Python automation and blue-team security monitoring.

Related Projects

Password Strength Auditor

Python tool that scores password strength using entropy analysis and checks against common-password lists.

Network Port Scanner

A multi-threaded TCP port scanner built in Python with service detection and clean CLI reports.