Operations Automation Default Page
ID: operations-automation-default-page
Severity: info
Author: dhiyaneshDK
Tags: tech,default
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: operations-automation-default-page
info: name: Operations Automation Default Page author: dhiyaneshDK severity: info metadata: max-request: 1 shodan-query: http.title:"Operations Automation Default Page" tags: tech,default
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word words: - '<title>Operations Automation Default Page</title>'
- type: status status: - 200# digest: 4b0a0048304602210095b2ef747fd05c91b6d0c72770851f8218a015c28fb64ac8a601ec1ef8e1da2e0221009b02066f94be0b9db281f32f15ffe4815bc6ca6adcc9280ec1d621a9ad5d0c02: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/operations-automation-default-page.yaml"