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