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

30 lines
555 B
YAML
Raw Normal View History

id: ibm-http-server
2021-07-13 20:54:43 +00:00
info:
name: Default IBM HTTP Server
author: dhiyaneshDK,pussycat0x
2021-07-13 20:54:43 +00:00
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22IBM-HTTP-Server%22
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:
2021-09-29 11:37:01 +00:00
- "IBM HTTP Server ([0-9.]+)"