Skip to content

RStudio Sign In Panel - Detect

ID: rstudio-panel

Severity: info

Author: DhiyaneshDk

Tags: rstudio,login,panel

RStudio Sign In panel was detected.

id: rstudio-panel
info:
name: RStudio Sign In Panel - Detect
author: DhiyaneshDk
severity: info
description: |
RStudio Sign In panel was detected.
metadata:
max-request: 1
shodan-query: title:"RStudio Sign In"
tags: rstudio,login,panel
http:
- method: GET
path:
- "{{BaseURL}}/auth-sign-in?appUri=%2F"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>RStudio Sign In</title>"
- type: status
status:
- 200
# digest: 490a00463044022019d17b75eee361306493877c8347bf9fafdfb40289c70abdb715c2d1dfbda45a022031137ccf45864a0ae139dbbc9eea116af13b6889b7e362ca9bb7f60008926d32: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/rstudio-panel.yaml"

View on Github