Merge pull request #5796 from daffainfo/patch-38

fix: remove useless path aviatrix-panel
patch-1
Prince Chaddha 2022-10-25 17:39:37 +05:30 committed by GitHub
commit 8c6af56800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 15 deletions

View File

@ -1,7 +1,7 @@
id: aviatrix-panel
info:
name: Aviatrix Cloud Controller Panel Login
name: Aviatrix Cloud Controller Panel
author: pikpikcu,philippedelteil,daffainfo
severity: info
description: An Aviatrix Cloud Controller login panel was detected.
@ -17,22 +17,17 @@ requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/assets/img/favicon-32x32.png"
stop-at-first-match: true
matchers-condition: or
matchers-condition: and
matchers:
- type: dsl
name: "title"
- type: word
part: body
words:
- '<title>Aviatrix'
- 'Controller</title>'
condition: and
dsl:
- 'contains(body, "<title>Aviatrix")'
- 'contains(body, "Controller</title>")'
- 'status_code == 200'
- type: dsl
name: "favicon"
dsl:
- "status_code==200 && (\"7c1c26856345cd7edbf250ead0dc9332\" == md5(body))"
- type: status
status:
- 200
# Enhanced by mp on 2022/03/23