cscli appsec-rules install crowdsecurity/vpatch-CVE-2018-133171## autogenerated on 2025-12-17 15:06:182name: crowdsecurity/vpatch-CVE-2018-133173description: 'Detects unauthenticated access to TOTOLINK A3002RU password disclosure endpoint.'4rules:5 - zones:6 - URI7 transform:8 - lowercase9 - urldecode10 match:11 type: equals12 value: /password.htm1314labels:15 type: exploit16 service: http17 confidence: 318 spoofable: 019 behavior: 'http:exploit'20 label: 'Totolink A3002RU - Information Disclosure'21 classification:22 - cve.CVE-2018-1331723 - attack.T159224 - cwe.CWE-7925