Create command-api-explorer.yaml

patch-1
Dhiyaneshwaran 2022-06-27 12:32:37 +01:00 committed by GitHub
parent cb7d547378
commit ab7b7c2f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: command-api-explorer
info:
name: Command API Explorer
author: DhiyaneshDK
severity: low
metadata:
verified: true
shodan-query: html:"Command API Explorer"
tags: panel
requests:
- method: GET
path:
- "{{BaseURL}}/explorer.html"
matchers-condition: and
matchers:
- type: word
part: header
words:
- "text/html"
- type: word
words:
- "<title>Command API Explorer</title>"
- type: status
status:
- 200