45 lines
1.1 KiB
YAML
45 lines
1.1 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
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: "Server: Burp Collaborator"
|
|
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: 4b0a00483046022100f9470eae136929c08d076b3d7cb40c182a6c6bc4da1a7c9169bbc8ce9d354063022100f9973d7a77162a39c2deaf779a2409b0ae4d95fb2ba9203794827aca3a3f2027:922c64590222798bb761d5b6d8e72950
|