Skip to content

UiPath Orchestrator Login Panel - Detect

ID: uipath-orchestrator-panel

Severity: info

Author: righettod

Tags: panel,uipath,login,detect

UiPath Orchestrator login panel was detected.

id: uipath-orchestrator-panel
info:
name: UiPath Orchestrator Login Panel - Detect
author: righettod
severity: info
description: |
UiPath Orchestrator login panel was detected.
reference:
- https://www.uipath.com/
classification:
cpe: cpe:2.3:a:uipath:orchestrator:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: uipath
product: orchestrator
shodan-query: http.title:"UiPath Orchestrator"
tags: panel,uipath,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/Account/Login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "<title>uipath orchestrator")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '\?(?:version|v)=([0-9.]+)'
# digest: 4a0a00473045022100e0d01d77fa080c5e72ef87511b00466d7fc9758ac366e0fc07863fa98483178702203f878b8ddfe27515d2b83f153696fab2725917cb847e528864b4431b8f8cc1f5: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/uipath-orchestrator-panel.yaml"

View on Github