From 6396390240bf5897e927a58fa855962f336650d1 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 1 Oct 2023 17:36:17 +0530 Subject: [PATCH] matcher update --- .gitignore | 3 ++- .../ws_ftp-server-web-transfer.yaml | 19 +++++++------------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 31e1cc8224..00d07ddecb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ .DS_Store local/ .checksum -.new-additions \ No newline at end of file +.new-additions +*.txt \ No newline at end of file diff --git a/http/exposed-panels/ws_ftp-server-web-transfer.yaml b/http/exposed-panels/ws_ftp-server-web-transfer.yaml index d4bd5e7f02..a4e47bd9ff 100644 --- a/http/exposed-panels/ws_ftp-server-web-transfer.yaml +++ b/http/exposed-panels/ws_ftp-server-web-transfer.yaml @@ -15,6 +15,7 @@ info: vendor: progress product: ws_ftp shodan-query: http.title:"WS_FTP Server Web Transfer" + censys-query: services.http.request.uri="*/ThinClient/WTM/public/index.html" tags: panel,ws_ftp http: @@ -22,17 +23,11 @@ http: path: - "{{BaseURL}}" - host-redirects: true + redirects: true max-redirects: 3 - stop-at-first-match: true - matchers-condition: and matchers: - - type: word - part: body - words: - - 'WS_FTP Server Web Transfer Client' - condition: and - - - type: status - status: - - 200 + - type: dsl + dsl: + - contains(body, 'Web Transfer Client') + - status_code == 200 + condition: and \ No newline at end of file