nuclei-templates/network/unauth-ftp.yaml

22 lines
409 B
YAML
Raw Normal View History

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