Create ixcache-panel.yaml
parent
14829c87a3
commit
3a302c61ab
|
@ -0,0 +1,27 @@
|
|||
id: ixcache-panel
|
||||
|
||||
info:
|
||||
name: iXCache pannel
|
||||
author: ffffffff0x
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: app="iXCache"
|
||||
tags: ixcache,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>iXCache</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 302
|
Loading…
Reference in New Issue