From 62a5122a4a9d1177068899f14d6708eb09c58aeb Mon Sep 17 00:00:00 2001 From: Aman Rawat Date: Sun, 23 Oct 2022 11:15:28 +0530 Subject: [PATCH 1/3] Added template for xeams-admin --- exposed-panels/xeams-admin.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 exposed-panels/xeams-admin.yaml diff --git a/exposed-panels/xeams-admin.yaml b/exposed-panels/xeams-admin.yaml new file mode 100644 index 0000000000..182e346c3f --- /dev/null +++ b/exposed-panels/xeams-admin.yaml @@ -0,0 +1,30 @@ +id: xeams-admin + +info: + name: Xeams Admin Console + author: theamanrawat + severity: info + metadata: + verified: true + shodan-query: http.title:"Xeams Admin" + tags: xeams,admin,console + +requests: + - method: GET + path: + - '{{BaseURL}}' + - '{{BaseURL}}/FrontController' + + stop-at-first-match: true + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Xeams Admin Console' + - 'eXtended Email And Messaging Server</span>' + condition: and + + - type: status + status: + - 200 \ No newline at end of file From 9a51c2478d22cb143185b1ca497b3c0d608efdf3 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sun, 23 Oct 2022 20:48:08 +0530 Subject: [PATCH 2/3] Update xeams-admin.yaml --- exposed-panels/xeams-admin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exposed-panels/xeams-admin.yaml b/exposed-panels/xeams-admin.yaml index 182e346c3f..e0e275fadf 100644 --- a/exposed-panels/xeams-admin.yaml +++ b/exposed-panels/xeams-admin.yaml @@ -23,8 +23,8 @@ requests: words: - '<title>Xeams Admin Console' - 'eXtended Email And Messaging Server</span>' - condition: and + condition: or - type: status status: - - 200 \ No newline at end of file + - 200 From d5c4135faa9cee69f0e898d2e4882b5296b3982c Mon Sep 17 00:00:00 2001 From: Prince Chaddha <prince@projectdiscovery.io> Date: Tue, 25 Oct 2022 14:44:35 +0530 Subject: [PATCH 3/3] Update and rename xeams-admin.yaml to xeams-admin-console.yaml --- exposed-panels/{xeams-admin.yaml => xeams-admin-console.yaml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename exposed-panels/{xeams-admin.yaml => xeams-admin-console.yaml} (90%) diff --git a/exposed-panels/xeams-admin.yaml b/exposed-panels/xeams-admin-console.yaml similarity index 90% rename from exposed-panels/xeams-admin.yaml rename to exposed-panels/xeams-admin-console.yaml index e0e275fadf..2786ce29cc 100644 --- a/exposed-panels/xeams-admin.yaml +++ b/exposed-panels/xeams-admin-console.yaml @@ -1,4 +1,4 @@ -id: xeams-admin +id: xeams-admin-console info: name: Xeams Admin Console @@ -7,7 +7,7 @@ info: metadata: verified: true shodan-query: http.title:"Xeams Admin" - tags: xeams,admin,console + tags: panel,xeams,admin,console requests: - method: GET