Helps you analyze Apache errors logs to help you find potential security holes, vulnerabilities and exploits. Learn how attackers are controlling your system.
- Clone project with
git clone https://github.com/LagrangianPoint/Apache-Access-Log-Analyzer - Place all your Apache access logs to analyze in the logs/ folder of this pr oject.
- Give execution permissions to access-log-analizer.py with
chmod +x access-log-analizer.py - Run the script with
./access-log-analizer.pyorpython access-log-analizer.py - Output is stored in a file called
output.jsonin JSON format.