mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-06 18:53:16 +08:00
26 lines
500 B
YAML
26 lines
500 B
YAML
id: java-ftp-proxy-detect
|
|
info:
|
|
name: Java FTP Proxy Service - Detect
|
|
author: pussycat0x
|
|
severity: info
|
|
description: Java FTP Proxy service was detected.
|
|
metadata:
|
|
verified: true
|
|
shodan-query: "Java FTP Proxy Server"
|
|
max-request: 1
|
|
tags: network,ftp,java,detect,tcp
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: 00000000
|
|
type: hex
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 21
|
|
read-size: 1024
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Java FTP Proxy Server" |