gpaddis / logscan

Scan an Apache access.log for potential SQL Injection attacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logscan

Build Status codecov

Scan an Apache access.log for potential SQL Injection attacks. You can also pipe the output of another command to logscan: this is useful if you want to analyze the access.log in real time. Example: tail -f access.log | logscan -i -v.

For a list of usage options, just run the binary without flags (or use --help).

About

Scan an Apache access.log for potential SQL Injection attacks

License:MIT License


Languages

Language:Go 100.0%