Skip to content

Buildbot Panel - Detect

ID: buildbot-panel

Severity: info

Author: thardt-praetorian,daffainfo

Tags: panel,buildbot,cicd

Buildbot panel was detected.

id: buildbot-panel
info:
name: Buildbot Panel - Detect
author: thardt-praetorian,daffainfo
severity: info
description: Buildbot panel was detected.
reference:
- https://buildbot.net
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:buildbot:buildbot:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: buildbot
product: buildbot
shodan-query:
- http.title:"BuildBot"
- http.title:"buildbot"
fofa-query: title="buildbot"
google-query: intitle:"buildbot"
tags: panel,buildbot,cicd
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- '<title(.*)>Buildbot</title>'
- 'buildbot_config'
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
regex:
- '\[\"Buildbot\", \"([0-9.]+)\"\]'
# digest: 4a0a0047304502203273e557d60d4e427f1bc08bc7eb107ab04acb64da899836eaf361efa8457a470221009e1e9c2a257f9465b38fd6a4f0711986386723eca0c4c1d1c4a0809f460cbde8: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/exposed-panels/buildbot-panel.yaml"

View on Github