2021-03-02 15:32:40 +00:00
|
|
|
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
|
2021-09-09 13:38:13 +00:00
|
|
|
tags: burp,tech
|
2021-03-02 15:32:40 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-03-02 15:51:57 +00:00
|
|
|
- "{{BaseURL}}/v0.1/"
|
2021-03-02 15:53:54 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
2021-03-02 15:32:40 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Burp API</title>'
|
|
|
|
part: body
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'X-Burp-Version'
|
|
|
|
part: header
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|