Update and rename ws_ftp-ad-hoc.yaml to http/exposed-panels/adhoc-transfer-panel.yaml
parent
7309682c11
commit
acb507e747
|
@ -1,21 +1,17 @@
|
|||
id: ws_ftp-ad-hoc
|
||||
id: adhoc-transfer-panel
|
||||
|
||||
info:
|
||||
name: WS_FTP Ad Hoc - Panel Detect
|
||||
name: WS-FTP Ad Hoc Transfer Panel - Detect
|
||||
author: johnk3r
|
||||
severity: info
|
||||
description: WS_FTP Ad Hoc 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
|
||||
shodan-query: http.title:"Ad Hoc Transfer"
|
||||
verified: true
|
||||
vendor: progress
|
||||
product: ws_ftp
|
||||
shodan-query: http.title:"Ad Hoc Transfer"
|
||||
tags: panel,wsftp
|
||||
tags: panel,wsftp,ad-hoc,detect,login
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
|
@ -23,15 +19,13 @@ http:
|
|||
- "{{BaseURL}}/AHT/"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 3
|
||||
stop-at-first-match: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Ad Hoc Transfer'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
Loading…
Reference in New Issue