22 lines
407 B
YAML
22 lines
407 B
YAML
id: ftp-default-credentials
|
|
|
|
info:
|
|
name: FTP Service with anonymous Login
|
|
author: pussycat0x
|
|
severity: info
|
|
tags: network,ftp,default-login
|
|
|
|
network:
|
|
|
|
- inputs:
|
|
- data: "USER anonymous\r\nPASS anonymous\r\n"
|
|
host:
|
|
- "{{Hostname}}:21"
|
|
- "{{Host}}"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "230"
|
|
- "Anonymous user logged in"
|
|
condition: and |