diff --git a/exposed-panels/acunetix-login.yaml b/exposed-panels/acunetix-login.yaml new file mode 100644 index 0000000000..9e093e9615 --- /dev/null +++ b/exposed-panels/acunetix-login.yaml @@ -0,0 +1,33 @@ +id: acunetix-login + +info: + name: Acunetix Login Panel Detect + author: tess + severity: info + metadata: + verified: true + shodan-query: title:"Acunetix" + tags: panel,acunetix + +requests: + - method: GET + path: + - '{{BaseURL}}/#/login' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Acunetix" + - "assets/images/invicti-acunetix-logo.svg" + condition: or + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200