Add files via upload

patch-1
Dominique RIGHETTO 2024-04-21 18:19:20 +02:00 committed by GitHub
parent d723cd06cf
commit 753b65aa83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
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/
metadata:
verified: true
max-request: 1
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.]+)'