nuclei-templates/vulnerabilities/other/luftguitar-arbitrary-file-u...

27 lines
479 B
YAML
Raw Normal View History

id: luftguitar-arbitrary-file-upload
info:
name: Luftguitar CMS Arbitrary File Upload
author: pikpikcu
severity: high
tags: luftguitar
requests:
- method: GET
path:
- "{{BaseURL}}/ftb.imagegallery.aspx "
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ftb.imagegallery.aspx'
- '<title>Image Gallery</title>'
condition: and
- type: status
status:
- 200