Skip to content

Commit

Permalink
matcher update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Oct 1, 2023
1 parent d52def2 commit 6396390
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
.DS_Store
local/
.checksum
.new-additions
.new-additions
*.txt
19 changes: 7 additions & 12 deletions http/exposed-panels/ws_ftp-server-web-transfer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,19 @@ 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:
- method: GET
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

0 comments on commit 6396390

Please sign in to comment.