nuclei-templates/network/ftp-default-credentials.yaml

25 lines
609 B
YAML

id: ftp-default-credentials
info:
name: FTP Service with anonymous Login
author: pussycat0x
severity: info
tags: network,ftp,default-login,service
description: |
Using the Internet's File Transfer Protocol (FTP), anonymous FTP is a method for giving users access to files so that they don't need to identify themselves to the server.
network:
- inputs:
- data: "USER anonymous\r\nPASS anonymous\r\n"
host:
- "{{Hostname}}"
- "{{Host}}:21"
matchers:
- type: word
words:
- "230"
- "Anonymous user logged in"
condition: and