fix template

patch-1
Dhiyaneshwaran 2023-08-09 13:20:26 +05:30 committed by GitHub
parent c17723bc25
commit c214a9c79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 4 deletions

View File

@ -10,10 +10,11 @@ info:
max-request: 1
verified: true
fofa-query: app="TamronOS-IPTV系统"
tags: tamronos,miconfig
tags: tamronos,miconfig,iptv
variables:
username: "{{randstr}}"
password: "{{randstr}}"
username: "{{to_lower(rand_text_alphanumeric(6))}}"
password: "{{rand_text_alphanumeric(12)}}"
http:
- method: GET
@ -27,7 +28,13 @@ http:
words:
- '"suc":true'
- '"msg":"\u6210\u529f"'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200
- 200