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

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
local/
.checksum
.new-additions
*.txt

View File

@ -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'
- type: dsl
dsl:
- contains(body, 'Web Transfer Client')
- status_code == 200
condition: and
- type: status
status:
- 200