Create chevereto-detect.yaml

patch-1
PikPikcU 2021-07-22 01:49:20 +07:00 committed by GitHub
parent 403a73d1c7
commit cff58a18e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: chevereto-detect
info:
name: Chevereto detect
author: pikpikcu
severity: info
tags: tech,chevereto
requests:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'content="Chevereto(.*)">'
extractors:
- type: regex
part: body
group: 1
regex:
- '<meta name="generator" content="(.*)">'