From 3fb1be0cb842ccc7e43fb1b73bd3676666d3b36e Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:05:35 +0400 Subject: [PATCH 1/2] Create tplink-r470t-panel.yaml --- .../tplink/tplink-r470t-panel.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/exposed-panels/tplink/tplink-r470t-panel.yaml diff --git a/http/exposed-panels/tplink/tplink-r470t-panel.yaml b/http/exposed-panels/tplink/tplink-r470t-panel.yaml new file mode 100644 index 0000000000..e35843d7b4 --- /dev/null +++ b/http/exposed-panels/tplink/tplink-r470t-panel.yaml @@ -0,0 +1,27 @@ +id: tplink-r470t-panel + +info: + name: TP-LINK Router R470T - Detect + author: ritikchaddha + severity: info + metadata: + verified: true + max-request: 2 + shodan-query: "r470t" + tags: tplink,r470t,panel,login,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + host-redirects: true + max-redirects: 2 + + matchers: + - type: word + part: response + words: + - 'userRpm' + - 'R470T' + condition: and From b5b6076996128f3f6769de55866586e531d64177 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:15:40 +0400 Subject: [PATCH 2/2] Update tplink-r470t-panel.yaml --- http/exposed-panels/tplink/tplink-r470t-panel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposed-panels/tplink/tplink-r470t-panel.yaml b/http/exposed-panels/tplink/tplink-r470t-panel.yaml index e35843d7b4..facbc4d17e 100644 --- a/http/exposed-panels/tplink/tplink-r470t-panel.yaml +++ b/http/exposed-panels/tplink/tplink-r470t-panel.yaml @@ -17,7 +17,7 @@ http: host-redirects: true max-redirects: 2 - + matchers: - type: word part: response