25 lines
457 B
YAML
25 lines
457 B
YAML
id: iplanet-web-server
|
|
|
|
info:
|
|
name: Detect iPlanet Webserver Detection
|
|
author: pussycat0x
|
|
severity: info
|
|
tags: tech
|
|
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 |