53 lines
1.3 KiB
YAML
53 lines
1.3 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/
|
|
classification:
|
|
cpe: cpe:2.3:a:servicenow:servicenow:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: servicenow
|
|
product: servicenow
|
|
shodan-query:
|
|
- http.favicon.hash:1701804003
|
|
- http.title:"servicenow"
|
|
fofa-query:
|
|
- icon_hash=1701804003
|
|
- title="servicenow"
|
|
google-query: intitle:"servicenow"
|
|
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: 4a0a00473045022100ae4ce710264aa6f96a254bbe5a55821ec3cc78245fb052c292a380d1d8e3e7d202204686477c5674e9a8be89477fa4be0f9ca1e586f847bb664804a9cf2c5d14efdc:922c64590222798bb761d5b6d8e72950 |