Skip to content

Commit

Permalink
Create wsftp-detect.yaml (#8285)
Browse files Browse the repository at this point in the history
* Create wsftp-detect.yaml

* Update and rename wsftp-detect.yaml to wsftp-ssh-detect.yaml

* Update and rename wsftp-ssh-detect.yaml to ws_ftp-ssh-detect.yaml

* Create ws_ftp-server-web-transfer.yaml

* misc update

* Update ws_ftp-server-web-transfer.yaml

* Update ws_ftp-ssh-detect.yaml

---------

Co-authored-by: sandeep <[email protected]>
  • Loading branch information
johnk3r and ehsandeep authored Sep 30, 2023
1 parent f10d3a0 commit f953aca
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
38 changes: 38 additions & 0 deletions http/exposed-panels/ws_ftp-server-web-transfer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
id: ws_ftp-server-web-transfer

info:
name: WS_FTP Server Web Transfer - Panel Detect
author: johnk3r
severity: info
description: WS_FTP Server Web Transfer panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
vendor: progress
product: ws_ftp
shodan-query: http.title:"WS_FTP Server Web Transfer"
tags: panel,ws_ftp

http:
- method: GET
path:
- "{{BaseURL}}"

host-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
34 changes: 34 additions & 0 deletions network/detection/ws_ftp-ssh-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
id: ws_ftp-ssh-detect

info:
name: WS_FTP-SSH Service - Detect
author: johnk3r
severity: info
description: |
WS_FTP-SSH service was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
vendor: progress
product: ws_ftp
shodan-query: "WS_FTP port:22"
tags: network,ssh,ws_ftp

tcp:
- host:
- "{{Hostname}}"
port: 22

matchers:
- type: regex
regex:
- '(?i)WS_FTP-SSH'

extractors:
- type: regex
regex:
- '(?i)SSH-(.*)-WS_FTP-SSH[^\r]+'

0 comments on commit f953aca

Please sign in to comment.