cscli appsec-rules install crowdsecurity/generic-wordpress-uploads-listing1name: crowdsecurity/generic-wordpress-uploads-listing2description: "Protect Wordpress uploads directory from listing files"3rules:4 - and:5 - zones:6 - METHOD7 match:8 type: equals9 value: GET10 - zones:11 - URI12 transform:13 - lowercase14 - urldecode15 match:16 type: regex17 value: '^/wp-content/uploads/(.*/)?$'1819labels:20 type: exploit21 service: http22 confidence: 223 spoofable: 024 behavior: "http:exploit"25 label: "WordPress Uploads - Directory Listing"26 classification:27 - attack.T159528 - attack.T119029