Changes between Initial Version and Version 1 of Ticket #881, comment 7
- Timestamp:
- 10/24/15 14:36:01 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #881, comment 7
initial v1 2 2 3 3 {{{ 4 #!sh 4 5 #!/bin/bash 5 6 … … 12 13 13 14 {{{ 15 #!sh 14 16 wp-xmlrpc-abuse 15 17 IP addresses accessing xmlrpc.php more than twice for the last 1000 lines of each access.log: … … 24 26 25 27 {{{ 28 #!sh 26 29 ipdrop 193.19.119.173 27 30 }}} … … 30 33 31 34 {{{ 35 #!sh 32 36 grep "xmlrpc.php" /home/*/logs/*access* | wc -l 33 37 46149