Default IBM HTTP Server
ID: ibm-http-server
Severity: info
Author: dhiyaneshDK,pussycat0x
Tags: tech,ibm
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: ibm-http-server
info: name: Default IBM HTTP Server author: dhiyaneshDK,pussycat0x severity: info classification: cpe: cpe:2.3:a:ibm:http_server:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: ibm product: http_server 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: 4b0a00483046022100e7fc0c803d02a67a0d91923272b7ba38eae655afc4e6efc184ba3944085fca12022100b7f4888fb5ae24e49aef6163f69ce1f03a4859aeb2181acb3dbf6ed7a561f25a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/ibm/ibm-http-server.yaml"