From 0a0222a4d7ae58ea89c037da6f370ddebfd6dcff Mon Sep 17 00:00:00 2001 From: Arman <65326024+tess-ss@users.noreply.github.com> Date: Tue, 25 Oct 2022 14:25:00 -0700 Subject: [PATCH 1/2] Create acunetix-login-detect.yaml --- exposed-panels/acunetix-login-detect.yaml | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 exposed-panels/acunetix-login-detect.yaml diff --git a/exposed-panels/acunetix-login-detect.yaml b/exposed-panels/acunetix-login-detect.yaml new file mode 100644 index 0000000000..82bbc9ee79 --- /dev/null +++ b/exposed-panels/acunetix-login-detect.yaml @@ -0,0 +1,33 @@ +id: acunetix-login-detect + +info: + name: Acunetix Login Panel Detect + author: tess + severity: info + metadata: + verified: true + shodan-query: title:"Acunetix" + tags: tech,panel,detect + +requests: + - method: GET + path: + - '{{BaseURL}}/#/login' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "Acunetix" + - "assets/images/invicti-acunetix-logo.svg" + condition: and + + - type: word + part: header + words: + - "text/html" + + - type: status + status: + - 200 From 4d37724482c9d0f2baabf82fbe9e2e11c22597df Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 26 Oct 2022 12:53:36 +0530 Subject: [PATCH 2/2] Update and rename acunetix-login-detect.yaml to acunetix-login.yaml --- .../{acunetix-login-detect.yaml => acunetix-login.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename exposed-panels/{acunetix-login-detect.yaml => acunetix-login.yaml} (87%) diff --git a/exposed-panels/acunetix-login-detect.yaml b/exposed-panels/acunetix-login.yaml similarity index 87% rename from exposed-panels/acunetix-login-detect.yaml rename to exposed-panels/acunetix-login.yaml index 82bbc9ee79..9e093e9615 100644 --- a/exposed-panels/acunetix-login-detect.yaml +++ b/exposed-panels/acunetix-login.yaml @@ -1,4 +1,4 @@ -id: acunetix-login-detect +id: acunetix-login info: name: Acunetix Login Panel Detect @@ -7,7 +7,7 @@ info: metadata: verified: true shodan-query: title:"Acunetix" - tags: tech,panel,detect + tags: panel,acunetix requests: - method: GET @@ -21,7 +21,7 @@ requests: words: - "Acunetix" - "assets/images/invicti-acunetix-logo.svg" - condition: and + condition: or - type: word part: header