nuclei-templates/technologies/ibm/ibm-http-server.yaml

31 lines
531 B
YAML

id: ibm-http-server
info:
name: Default IBM HTTP Server
author: dhiyaneshDK,pussycat0x
severity: info
metadata:
shodan-query: http.title:"IBM-HTTP-Server"
tags: tech,ibm
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>IBM HTTP Server</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- "IBM HTTP Server ([0-9.]+)"