Create rstudio-panel.yaml
parent
8bcf38f728
commit
82ae9b7e78
|
@ -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
|
Loading…
Reference in New Issue