From c214a9c79d30bdcbac0f8a32e610869d4616e15e Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Wed, 9 Aug 2023 13:20:26 +0530 Subject: [PATCH] fix template --- .../other/tamronos-user-creation.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/http/vulnerabilities/other/tamronos-user-creation.yaml b/http/vulnerabilities/other/tamronos-user-creation.yaml index 359af45be8..7373a090df 100644 --- a/http/vulnerabilities/other/tamronos-user-creation.yaml +++ b/http/vulnerabilities/other/tamronos-user-creation.yaml @@ -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 \ No newline at end of file + - 200