LagrangianPoint / Apache-Access-Log-Analyzer

Helps you analyze Apache errors logs to help you find potential security holes, vulnerabilities and exploits. Learn how attackers are controlling your system.

Repository from Github https://github.comLagrangianPoint/Apache-Access-Log-AnalyzerRepository from Github https://github.comLagrangianPoint/Apache-Access-Log-Analyzer

Apache Access Log Analyzer

Helps you analyze Apache errors logs to help you find potential security holes, vulnerabilities and exploits. Learn how attackers are controlling your system.

Usage

  1. Clone project with git clone https://github.com/LagrangianPoint/Apache-Access-Log-Analyzer
  2. Place all your Apache access logs to analyze in the logs/ folder of this pr oject.
  3. Give execution permissions to access-log-analizer.py with chmod +x access-log-analizer.py
  4. Run the script with ./access-log-analizer.py or python access-log-analizer.py
  5. Output is stored in a file called output.json in JSON format.

About

Helps you analyze Apache errors logs to help you find potential security holes, vulnerabilities and exploits. Learn how attackers are controlling your system.

License:MIT License


Languages

Language:Python 100.0%