Skip to content

RunCloud Default Page

ID: default-runcloud-page

Severity: info

Author: pussycat0x

Tags: tech,runcloud,default-page

id: default-runcloud-page
info:
name: RunCloud Default Page
author: pussycat0x
severity: info
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Welcome To RunCloud"
tags: tech,runcloud,default-page
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Welcome To RunCloud'
- type: status
status:
- 200
# digest: 490a00463044022051af4076945491ab173d0cc96c1e7fa0202f8abb194156f430265b43542244b90220080ec317214ef97903d8db41749b39c514452b519996de63bf1dede715c2d86f: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/technologies/default-runcloud-page.yaml"

View on Github