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

31 lines
531 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
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"IBM-HTTP-Server"
2021-07-13 20:54:43 +00:00
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.]+)"