34 lines
739 B
YAML
34 lines
739 B
YAML
id: ibm-http-server
|
|
|
|
info:
|
|
name: Default IBM HTTP Server
|
|
author: dhiyaneshDK,pussycat0x
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"IBM-HTTP-Server"
|
|
tags: tech,ibm
|
|
|
|
http:
|
|
- 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.]+)"
|
|
|
|
# digest: 490a0046304402206e7b93e6a0825caae64cc217d69555968c6a3c2f32b6ce510d8ec2a5176d7a24022023980a3da37a7b24368f2d66d5744390c5d0156788e4025b626e2972a9032f38:922c64590222798bb761d5b6d8e72950
|