From 8bf46d9b5b501dbd3f5670d7f3cad2541fab8145 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Fri, 15 Oct 2021 00:55:50 +0530 Subject: [PATCH] Update aviatrix-detect.yaml --- technologies/aviatrix-detect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technologies/aviatrix-detect.yaml b/technologies/aviatrix-detect.yaml index dde084ebea..343b261d8b 100644 --- a/technologies/aviatrix-detect.yaml +++ b/technologies/aviatrix-detect.yaml @@ -2,7 +2,7 @@ id: aviatrix-detect info: name: Aviatrix Detect - author: pikpikcu, philippedelteil + author: pikpikcu,philippedelteil severity: info tags: tech,aviatrix @@ -17,11 +17,11 @@ requests: matchers: - type: dsl name: "title" + condition: and dsl: - 'contains(body, "Aviatrix")' - 'contains(body, "Controller")' - 'status_code == 200' - condition: and - type: dsl name: "favicon"