Skip to content

Commit

Permalink
Merge pull request #8620 from johnk3r/main
Browse files Browse the repository at this point in the history
WS_FTP Ad Hoc - Panel Detect
  • Loading branch information
pussycat0x committed Nov 15, 2023
2 parents 725f21a + acb507e commit 4ecc527
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions http/exposed-panels/adhoc-transfer-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
id: adhoc-transfer-panel

info:
name: WS-FTP Ad Hoc Transfer Panel - Detect
author: johnk3r
severity: info
description: WS_FTP Ad Hoc panel was detected.
metadata:
max-request: 1
shodan-query: http.title:"Ad Hoc Transfer"
verified: true
vendor: progress
product: ws_ftp
tags: panel,wsftp,ad-hoc,detect,login

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

host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Ad Hoc Transfer'

- type: status
status:
- 200

0 comments on commit 4ecc527

Please sign in to comment.