| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 classes: | 1 classes: |
| 2 fail2ban: | 2 fail2ban: |
| 3 package: | 3 package: |
| 4 ensure: present | 4 ensure: present |
| 5 jails: | 5 jails: |
| 6 CVE20130235: | 6 CVE20130235: |
| 7 filter: CVE20130235 | 7 filter: CVE20130235 |
| 8 logpath: '/var/log/nginx/access_log_hg' | 8 logpath: '/var/log/nginx/access.log' |
| 9 banaction: 'iptables-multiport' | 9 banaction: 'iptables-multiport' |
| 10 port: 'http,https' | 10 port: 'http,https' |
| 11 filters: | 11 filters: |
| 12 CVE20130235: | 12 CVE20130235: |
| 13 regexes: | 13 regexes: |
| 14 - '^<HOST>.*\"WordPress\/.*' | 14 - '^<HOST>.*\"WordPress\/.*' |
| 15 | 15 |
| LEFT | RIGHT |