Discover GrayLog API interfaces

patch-1
PR3R00T 2020-12-17 14:39:08 +00:00 committed by GitHub
parent 470831cc3f
commit 997433b7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: graylog-api-browser
info:
name: Detect Graylog REST API
author: PR3R00T
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/api/api-browser/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Graylog"
- "REST API browser"
- "swagger"
condition: and
- type: status
status:
- 200