2021-03-02 15:32:40 +00:00
|
|
|
id: burp-rest-api-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Burp Rest API Server Running
|
|
|
|
author: joanbono
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://portswigger.net/burp/documentation/enterprise/api-reference
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: burp,tech
|
2021-03-02 15:32:40 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-03-02 15:32:40 +00:00
|
|
|
- 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
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-03-02 15:32:40 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'X-Burp-Version'
|
|
|
|
part: header
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-03-02 15:32:40 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a00473045022052b868b75ef5acca38021fc922afd6de009fc394c0ff24b726bc9c1a6938ce18022100e2e714ce631619d950c6e0c2fa132fbefcea5bf44ba1084d4aae98548f93dd7f:922c64590222798bb761d5b6d8e72950
|