matcher update
parent
d52def2330
commit
6396390240
|
@ -2,4 +2,5 @@
|
|||
.DS_Store
|
||||
local/
|
||||
.checksum
|
||||
.new-additions
|
||||
.new-additions
|
||||
*.txt
|
|
@ -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
|
Loading…
Reference in New Issue