2022-01-14 06:25:08 +00:00
|
|
|
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.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.browserless.io/docs/docker.html#securing-your-instance
|
2022-01-14 06:25:08 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-04-22 10:38:41 +00:00
|
|
|
shodan-query: http.title:"browserless debugger"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: browserless,unauth,debug,misconfig
|
2022-01-14 06:25:08 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-01-14 06:25:08 +00:00
|
|
|
- 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:
|
2023-10-14 11:27:55 +00:00
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100fbc099737ef182029191e896b9806e610a162693a38bcbf4fabd84a3a064ce64022100cb27dd4e8aa539c21facd415d9a3d360e356988d5e4a4f33d57178e4d1602959:922c64590222798bb761d5b6d8e72950
|