Reads Apache/Nginx-style server logs (or any structured log format). Parses each line with RegEx to extract timestamp, IP, method, URL, status code, and response size. Counts errors by category (4xx, 5xx), identifies the top offending IPs, flags suspicious patterns (brute-force attempts, path traversal), and outputs a clean summary report.
What is the PrincetonAfeez/Log-Parser GitHub project? Description: "Reads Apache/Nginx-style server logs (or any structured log format). Parses each line with RegEx to extract timestamp, IP, method, URL, status code, and response size. Counts errors by category (4xx, 5xx), identifies the top offending IPs, flags suspicious patterns (brute-force attempts, path traversal), and outputs a clean summary report.". Written in Python. Explain what it does, its main use cases, key features, and who would benefit from using it.
Question is copied to clipboard — paste it after the AI opens.
Clone via HTTPS
Clone via SSH
Download ZIP
Download main.zipReport bugs or request features on the Log-Parser issue tracker:
Open GitHub Issues