22 lines
332 B
YAML
22 lines
332 B
YAML
|
id: wms-server-detect
|
||
|
|
||
|
info:
|
||
|
name: Wms-Server detect
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
fofa-query: app="WmsServer"
|
||
|
tags: tech,wms,httpserver
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "WMSServer/"
|