46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
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: 490a0046304402205897b61a948b83100d0e995c784e9d8cdeb59d5cb23d8fa4f8e60adceb48954702203593d6adeb76b3f6430ce3b6849019c8a74c186fb1af4b1c3e2fa01f79581fac:922c64590222798bb761d5b6d8e72950 |