commit
8c6af56800
|
@ -1,7 +1,7 @@
|
||||||
id: aviatrix-panel
|
id: aviatrix-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Aviatrix Cloud Controller Panel Login
|
name: Aviatrix Cloud Controller Panel
|
||||||
author: pikpikcu,philippedelteil,daffainfo
|
author: pikpikcu,philippedelteil,daffainfo
|
||||||
severity: info
|
severity: info
|
||||||
description: An Aviatrix Cloud Controller login panel was detected.
|
description: An Aviatrix Cloud Controller login panel was detected.
|
||||||
|
@ -17,22 +17,17 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
- "{{BaseURL}}/assets/img/favicon-32x32.png"
|
|
||||||
|
|
||||||
stop-at-first-match: true
|
matchers-condition: and
|
||||||
matchers-condition: or
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: dsl
|
- type: word
|
||||||
name: "title"
|
part: body
|
||||||
|
words:
|
||||||
|
- '<title>Aviatrix'
|
||||||
|
- 'Controller</title>'
|
||||||
condition: and
|
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
|
# Enhanced by mp on 2022/03/23
|
||||||
|
|
Loading…
Reference in New Issue