45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
id: servicenow-panel
|
|
|
|
info:
|
|
name: ServiceNow Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
ServiceNow Login Panel was detected.
|
|
reference:
|
|
- https://www.servicenow.com/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:1701804003
|
|
tags: panel,servicenow,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login.do'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'ServiceNow'
|
|
- 'window.NOW.'
|
|
- 'NOW.user.userID'
|
|
condition: and
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '(?i)g_builddate\s+=\s+"([0-9._-]+)"'
|
|
|
|
# digest: 4a0a0047304502207c5734325bd9e204272dfb556dcd255a949bee0e116215fe9de0f8c2fff17cf2022100c1f43d0d313cf0144a075e6dc6be98b9f0297c45fe3c1f55f2fa54ef04196636:922c64590222798bb761d5b6d8e72950
|