32 lines
932 B
YAML
32 lines
932 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/
|
|
metadata:
|
|
max-request: 1
|
|
tags: servicenow
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022071e2c79fc674db04e4997c9e64c692aa25dcd19ff0b92e9bd7f94c323c7ef891022100ef80e0c497a818002d5c45e12e62cae60aa99c77b15060a2d0292aea49bf8281:922c64590222798bb761d5b6d8e72950
|