35 lines
770 B
YAML
35 lines
770 B
YAML
id: burp-rest-api-detect
|
|
|
|
info:
|
|
name: Burp Rest API Server Running
|
|
author: joanbono
|
|
severity: info
|
|
reference:
|
|
- https://portswigger.net/burp/documentation/enterprise/api-reference
|
|
metadata:
|
|
max-request: 1
|
|
tags: burp,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/v0.1/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Burp API</title>'
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- 'X-Burp-Version'
|
|
part: header
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022052b868b75ef5acca38021fc922afd6de009fc394c0ff24b726bc9c1a6938ce18022100e2e714ce631619d950c6e0c2fa132fbefcea5bf44ba1084d4aae98548f93dd7f:922c64590222798bb761d5b6d8e72950
|