From bb89d0a7d90a22e87bbf896adfdd8bb0b56a3940 Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Wed, 29 Dec 2021 21:20:19 +0530 Subject: [PATCH] Add files via upload --- exposed-panels/securepoint-utm-detect.yaml | 23 +++++++++++++++++++ ...leau-python-server-defaultpage-detect.yaml | 22 ++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 exposed-panels/securepoint-utm-detect.yaml create mode 100644 exposed-panels/tableau-python-server-defaultpage-detect.yaml diff --git a/exposed-panels/securepoint-utm-detect.yaml b/exposed-panels/securepoint-utm-detect.yaml new file mode 100644 index 0000000000..07c5c0a9e2 --- /dev/null +++ b/exposed-panels/securepoint-utm-detect.yaml @@ -0,0 +1,23 @@ +id: securepoint-utm-detect +info: + name: Securepoint UTM + author: pussycat0x + severity: info + metadata: + fofa-dork: 'app="Securepoint-UTM-v11-Admin-Interface-11.8.8.8"' + tags: login, tech +requests: + - method: GET + path: + - "{{BaseURL}}/" + matchers-condition: and + matchers: + - type: word + words: + - 'Securepoint UTM' + - '<title>Securepoint UTM v11 - Admin Interface - 11.8.8.8 (2dfc287)' + condition: and + part: body + - type: status + status: + - 200 \ No newline at end of file diff --git a/exposed-panels/tableau-python-server-defaultpage-detect.yaml b/exposed-panels/tableau-python-server-defaultpage-detect.yaml new file mode 100644 index 0000000000..43a187b302 --- /dev/null +++ b/exposed-panels/tableau-python-server-defaultpage-detect.yaml @@ -0,0 +1,22 @@ +id: tableau-python-server-defaultpage-detect +info: + name: Tableau Python Server Default Page Detect + author: pussycat0x + severity: info + metadata: + fofa-dork: 'app="Tableau-Python-Server"' + tags: login, tech +requests: + - method: GET + path: + - "{{BaseURL}}/" + matchers-condition: and + matchers: + - type: word + words: + - 'Tableau Python Server' + condition: and + part: body + - type: status + status: + - 200 \ No newline at end of file