2021-03-11 07:10:27 +00:00
|
|
|
id: unauth-ftp
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: FTP Anonymous Login
|
2021-06-09 12:20:56 +00:00
|
|
|
author: C3l3si4n
|
2021-03-11 07:10:27 +00:00
|
|
|
severity: medium
|
|
|
|
reference: https://tools.ietf.org/html/rfc2577
|
|
|
|
tags: network,ftp
|
|
|
|
|
|
|
|
network:
|
|
|
|
- inputs:
|
|
|
|
- data: "USER anonymous\r\nPASS nuclei\r\n"
|
|
|
|
|
|
|
|
host:
|
2021-12-09 13:06:24 +00:00
|
|
|
- "{{Host}}:21"
|
2021-03-25 14:52:41 +00:00
|
|
|
- "{{Hostname}}"
|
2021-03-11 07:10:27 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Anonymous access allowed,"
|
|
|
|
part: all
|