Create rstudio-panel.yaml

patch-12
Dhiyaneshwaran 2024-10-06 17:32:22 +05:30 committed by GitHub
parent 8bcf38f728
commit 82ae9b7e78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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