nuclei-templates/technologies/iplanet-web-server.yaml

26 lines
444 B
YAML

id: iplanet-web-server
info:
name: Detect iPlanet Webserver Detection
author: pussycat0x
severity: info
tags: tech,webserver
metadata:
fofa-query: 'app="iPlanet-Web-Server,-Enterprise-Edition-4.1"'
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "iPlanet"
- type: status
status:
- 200