Added Metersphere Detection (#3499)

patch-1
Sandeep Singh 2022-01-08 00:48:35 +05:30 committed by GitHub
parent 5c8ccbd1e5
commit 8288961342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: metersphere-login
info:
name: Metersphere Login
author: pdteam
severity: info
reference: https://github.com/metersphere/metersphere
tags: panel,metersphere
requests:
- method: GET
path:
- "{{BaseURL}}/favicon.ico"
- "{{BaseURL}}/login"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: dsl
dsl:
- "status_code==200"
- "('1023469568' == mmh3(base64_py(body)))"
condition: and
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), 'metersphere')"
condition: and
- type: dsl
dsl:
- "contains(tolower(all_headers), 'ms_session_id')"