29 lines
750 B
YAML
29 lines
750 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:
|
||
|
shodan-query: 'http.title:"browserless debugger"'
|
||
|
tags: browserless,unauth,debug
|
||
|
|
||
|
requests:
|
||
|
- 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
|