commit
8c6af56800
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue