Microsoft Runtime Error Page
ID: microsoft-runtime-error
Severity: info
Author: DhiyaneshDk
Tags: iis,error,microsoft,log
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: microsoft-runtime-error
info: name: Microsoft Runtime Error Page author: DhiyaneshDk severity: info metadata: max-request: 1 vendor: microsoft shodan-query: title:"Runtime Error" tags: iis,error,microsoft,log
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - "<title>Runtime Error</title>"
- type: status status: - 500 - 404# digest: 4b0a00483046022100ebe36200a7d6e4b6d7e72958eecb326b55ae8bdcfc2d53da632a552ab77b13bf0221008a63f9fa274ba305ac7fbf639c9ae6e9d2db8d724c89f0849030bd955fd97853: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/exposures/logs/microsoft-runtime-error.yaml"