2021-12-19 18:12:01 +00:00
|
|
|
id: servicenow-helpdesk-credential
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ServiceNow Helpdesk Credential Exposure
|
|
|
|
author: ok_bye_now
|
|
|
|
severity: high
|
|
|
|
description: Detection of exposed credentials in help the help desk JS file.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://jordanpotti.com/2021/02/21/ServiceNow-HelpTheHelpDeskAndTheHackers/
|
2021-12-19 18:12:01 +00:00
|
|
|
tags: servicenow,exposure
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-12-19 18:12:01 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-19 18:12:01 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{RootURL}}/HelpTheHelpDesk.jsdbx"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2021-12-19 18:12:01 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'var httpPassword = "encrypt:'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'var server = "([a-z:/0-9.-]+)"'
|