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

25 lines
456 B
YAML
Raw Normal View History

2021-09-06 18:27:29 +00:00
id: iplanet-web-server
2021-09-06 15:50:15 +00:00
info:
name: Detect iPlanet Webserver Detection
author: pussycat0x
severity: info
2021-09-06 18:27:29 +00:00
tags: tech
2021-09-16 15:54:33 +00:00
metadata:
2021-09-06 18:27:29 +00:00
fofa-dork: 'app="iPlanet-Web-Server,-Enterprise-Edition-4.1"'
2021-09-06 15:50:15 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-09-06 18:27:29 +00:00
2021-09-06 15:50:15 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "iPlanet"
2021-09-06 18:27:29 +00:00
2021-09-06 15:50:15 +00:00
- type: status
status:
- 200