Update aviatrix-detect.yaml

patch-1
Sandeep Singh 2021-10-15 00:55:50 +05:30 committed by GitHub
parent 5e1a315645
commit 8bf46d9b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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, "<title>Aviatrix")'
- 'contains(body, "Controller</title>")'
- 'status_code == 200'
condition: and
- type: dsl
name: "favicon"