Create adminset-panel.yaml (#3438)

* Create adminset-panel.yaml

* Update adminset-panel.yaml

Co-authored-by: Sandeep Singh <sandeep@projectdiscovery.io>
patch-1
ImNightmaree 2021-12-28 16:34:01 +00:00 committed by GitHub
parent 7a05f1b538
commit 34b07e01ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -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