Create adminset-panel.yaml (#3438)
* Create adminset-panel.yaml * Update adminset-panel.yaml Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>patch-1
parent
7a05f1b538
commit
34b07e01ab
|
@ -0,0 +1,28 @@
|
|||
id: adminset-panel
|
||||
|
||||
info:
|
||||
name: Adminset Panel
|
||||
author: ffffffff0x
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: app="AdminSet"
|
||||
vendor: https://github.com/guhongze/adminset/
|
||||
tags: adminset,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>AdminSet Login</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue