From 8b94a2b7011803e7b8be69d0b828d08a29c5e5ef Mon Sep 17 00:00:00 2001 From: GwanYeong Kim Date: Sun, 20 Jun 2021 13:10:16 +0900 Subject: [PATCH] Create iptime-router.yaml Signed-off-by: GwanYeong Kim --- exposed-panels/iptime-router.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 exposed-panels/iptime-router.yaml diff --git a/exposed-panels/iptime-router.yaml b/exposed-panels/iptime-router.yaml new file mode 100644 index 0000000000..45d9667868 --- /dev/null +++ b/exposed-panels/iptime-router.yaml @@ -0,0 +1,22 @@ +id: iptime-router + +info: + name: ipTIME Router Login + author: gy741 + severity: info + reference: http://pierrekim.github.io/blog/2015-07-01-poc-with-RCE-against-127-iptime-router-models.html + tags: panel,login + +requests: + - method: GET + path: + - '{{BaseURL}}/sess-bin/login_session.cgi' + + matchers-condition: and + matchers: + - type: word + words: + - 'ipTIME' + - type: status + status: + - 200