mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 17:53:27 +08:00
* 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
26 lines
442 B
YAML
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
|