31 lines
769 B
YAML
31 lines
769 B
YAML
id: browserless-debugger
|
|
|
|
info:
|
|
name: Exposed Browserless debugger
|
|
author: ggranjus
|
|
severity: medium
|
|
description: Browserless instance can be used to make web requests. May worth checking /workspace for juicy files.
|
|
reference:
|
|
- https://docs.browserless.io/docs/docker.html#securing-your-instance
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"browserless debugger"
|
|
tags: browserless,unauth,debug
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>browserless debugger</title>"
|
|
- "<code>Click the ► button to run your code.</code>"
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |