28 lines
710 B
YAML
28 lines
710 B
YAML
id: exposed-service-now
|
|
|
|
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/
|
|
tags: servicenow
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/kb_view_customer.do?sysparm_article=KB00xxxx"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Unfortunately the article you are looking for could not be found.'
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|