Files
nuclei-templates/technologies/iplanet-web-server.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

26 lines
442 B
YAML

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