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