Skip to content

Instantly share code, notes, and snippets.

View AcckiyGerman's full-sized avatar

Dima German AcckiyGerman

View GitHub Profile
@christophlehmann
christophlehmann / fail2ban-filter-sql-scanner.conf
Created November 8, 2018 07:33
Apache log fail2ban sql injection scanner
[Definition]
failregex = ^<HOST> .*UNION%%20SELECT%%20CHAR.*HTTP
^<HOST> .*select\*from.*HTTP
^<HOST> .*select%%20name_const.*HTTP
# Dev notes
#
# % must be escaped with '%'