nuclei-templates/misconfiguration/exposed-service-now.yaml

28 lines
710 B
YAML
Raw Normal View History

2021-01-01 14:03:32 +00:00
id: exposed-service-now
2021-01-01 12:45:01 +00:00
info:
name: ITMS-Misconfigured
author: dhiyaneshDK
severity: info
description: Detection of misconfigured ServiceNow ITSM instances.
reference:
- https://medium.com/@th3g3nt3l/multiple-information-exposed-due-to-misconfigured-service-now-itsm-instances-de7a303ebd56
- https://github.com/leo-hildegarde/SnowDownKB/
2021-03-12 08:57:14 +00:00
tags: servicenow
2021-01-01 12:45:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/kb_view_customer.do?sysparm_article=KB00xxxx"
matchers-condition: and
matchers:
- type: word
words:
2021-01-01 14:03:32 +00:00
- 'Unfortunately the article you are looking for could not be found.'
2021-01-01 12:45:01 +00:00
part: body
- type: status
status:
- 200