Create apache-apisix-detect.yaml

patch-1
PikPikcU 2021-12-31 08:10:15 +07:00 committed by GitHub
parent e238128b1c
commit 1f9b972202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: apache-apisix-detect
info:
name: Apache APISIX detect
author: pikpikcu
severity: info
metadata:
fofa-query: title="Apache APISIX Dashboard"
tags: apache,apisix,tech
requests:
- method: GET
path:
- "{{BaseURL}}/user/login?redirect=%2F"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Apache APISIX Dashboard</title>'
- type: status
status:
- 200