mirror of https://github.com/fail2ban/fail2ban
8 lines
425 B
Plaintext
8 lines
425 B
Plaintext
# Should not match -- DoS vector https://vndh.net/note:fail2ban-089-denial-service
|
|
# failJSON: { "match": false }
|
|
[Sat Jun 01 02:17:42 2013] [error] [client 192.168.33.1] File does not exist: /srv/http/site/[client 192.168.0.1] user root not found
|
|
|
|
# should match
|
|
# failJSON: { "time": "2005-06-01T02:17:42", "match": true , "host": "192.168.0.2" }
|
|
[Sat Jun 01 02:17:42 2013] [error] [client 192.168.0.2] user root not found
|