2021-08-23 10:06:40 +00:00
|
|
|
id: ftp-default-credentials
|
|
|
|
|
|
|
|
info:
|
2021-08-25 21:13:53 +00:00
|
|
|
name: FTP Service with anonymous Login
|
2021-08-23 10:06:40 +00:00
|
|
|
author: pussycat0x
|
2021-08-25 21:13:53 +00:00
|
|
|
severity: info
|
2021-08-23 10:06:40 +00:00
|
|
|
tags: network,ftp,default-login
|
|
|
|
|
|
|
|
network:
|
|
|
|
|
|
|
|
- inputs:
|
|
|
|
- data: "USER anonymous\r\nPASS anonymous\r\n"
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}:21"
|
|
|
|
- "{{Hostname}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-08-25 21:13:53 +00:00
|
|
|
- "230"
|
|
|
|
- "Anonymous user logged in"
|
|
|
|
condition: and
|