cscli appsec-rules install crowdsecurity/generic-wordpress-uploads-listing1name: crowdsecurity/generic-wordpress-uploads-listing2description: "Protect Wordpress uploads directory from listing files"3rules:4 - or:5 - zones:6 - URI7 transform:8 - lowercase9 - urldecode10 match:11 type: regex12 value: '^/wp-content/uploads/$'13 - zones:14 - URI15 transform:16 - lowercase17 - urldecode18 match:19 type: regex20 value: '^/wp-content/uploads/.*/$'2122labels:23 type: exploit24 service: http25 confidence: 226 spoofable: 027 behavior: "http:exploit"28 label: "Protect Wordpress uploads directory from listing files"29 classification:30 - attack.T159531 - attack.T119032