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

28 lines
538 B
YAML
Raw Normal View History

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