Skip to content

ServiceNow Login Panel - Detect

ID: servicenow-panel

Severity: info

Author: righettod

Tags: panel,servicenow,login,detect

ServiceNow Login Panel was detected.

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: 490a00463044022029e86b3ab6b059a6f03ae2a92fb3b4dc644114636cb66b94a64a449fce8d6e600220333f6046f5ce1f4e2bb3889216386485ddb129d17730665e58d96ea4264901ba:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/servicenow-panel.yaml"

View on Github