From cc8337e878149d016ff3d9ee6ef8f2c70c57eda3 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Sat, 10 Jul 2021 20:25:51 +0530 Subject: [PATCH] typos update --- exposed-panels/labtech-panel.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exposed-panels/labtech-panel.yaml b/exposed-panels/labtech-panel.yaml index 71322976ef..56c81772a1 100644 --- a/exposed-panels/labtech-panel.yaml +++ b/exposed-panels/labtech-panel.yaml @@ -1,18 +1,19 @@ -id: LabTech Web Portal +id: labtech-panel info: name: LabTech Web Portal author: deFr0ggy, @github.com/deFr0ggy severity: info - tags: panel + tags: panel,labtech requests: - method: GET path: - "{{BaseURL}}/WCC2/" + redirects: true - max-redirects: 3 - matchers-conditon: and + max-redirects: 2 + matchers-condition: and matchers: - type: word words: @@ -23,9 +24,8 @@ requests: - "Technician Login" - '
' part: body - condtion: and + condition: or - type: status status: - 200 -