28 lines
465 B
YAML
28 lines
465 B
YAML
|
id: ecology-detect
|
||
|
|
||
|
info:
|
||
|
name: Ecology Detection
|
||
|
author: ritikchaddha
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: ecology_JSessionid
|
||
|
fofa-query: app="泛微-协同办公OA"
|
||
|
tags: ecology,tech
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "ecology_JSessionid"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|