matcher update

patch-1
sandeep 2023-10-01 17:36:17 +05:30
parent d52def2330
commit 6396390240
2 changed files with 9 additions and 13 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
.DS_Store .DS_Store
local/ local/
.checksum .checksum
.new-additions .new-additions
*.txt

View File

@ -15,6 +15,7 @@ info:
vendor: progress vendor: progress
product: ws_ftp product: ws_ftp
shodan-query: http.title:"WS_FTP Server Web Transfer" shodan-query: http.title:"WS_FTP Server Web Transfer"
censys-query: services.http.request.uri="*/ThinClient/WTM/public/index.html"
tags: panel,ws_ftp tags: panel,ws_ftp
http: http:
@ -22,17 +23,11 @@ http:
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
host-redirects: true redirects: true
max-redirects: 3 max-redirects: 3
stop-at-first-match: true
matchers-condition: and
matchers: matchers:
- type: word - type: dsl
part: body dsl:
words: - contains(body, 'Web Transfer Client')
- 'WS_FTP Server Web Transfer Client' - status_code == 200
condition: and condition: and
- type: status
status:
- 200