Files
nuclei-templates/network/ftp-default-credentials.yaml
Sandeep Singh 844c3b4a02 Network template updates & fixes (#3497)
* Fixed template syntax

* network template update and fixes
2022-01-07 12:58:37 +05:30

23 lines
416 B
YAML

id: ftp-default-credentials
info:
name: FTP Service with anonymous Login
author: pussycat0x
severity: info
tags: network,ftp,default-login,service
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