Burp Collaborator Server - Detect
ID: burp-collaborator-detect
Severity: info
Author: lum8rjack
Tags: burp,tech,detect
Description
Section titled “Description”Burp Collaborator server detected.
YAML Source
Section titled “YAML Source”id: burp-collaborator-detect
info: name: Burp Collaborator Server - Detect author: lum8rjack severity: info description: | Burp Collaborator server detected. reference: - https://portswigger.net/burp/documentation/collaborator classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0 cwe-id: CWE-200 cpe: cpe:2.3:a:portswigger:burp_suite:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: "Server: Burp Collaborator" product: burp_suite vendor: portswigger tags: burp,tech,detect
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: header words: - "Server: Burp Collaborator https://burpcollaborator.net/"
- type: status status: - 200
extractors: - type: regex part: header group: 1 regex: - "(?:X-(Collaborator-Version: [0-9]))"# digest: 490a0046304402201fa1ff8b4ec9d7ccd64774443ea6a9d3e4c293c123559aa5154087ae865669da0220621227fdb3399f624b5b84ac0090ea4e9921e48d8b65e625d9a35cbcdb2971b8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/burp-collaborator-detect.yaml"