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

36 lines
626 B
YAML
Raw Normal View History

2021-08-23 10:06:40 +00:00
id: ftp-weak-credentials
2021-07-06 18:57:34 +00:00
info:
2021-08-23 10:06:40 +00:00
name: FTP Service with weak credentials
2021-07-06 18:57:34 +00:00
author: pussycat0x
severity: critical
2021-07-06 19:01:42 +00:00
tags: network,ftp,default-login
2021-07-06 18:57:34 +00:00
network:
- inputs:
- data: "USER {{username}}\r\nPASS {{password}}\r\n"
2021-10-17 21:24:34 +00:00
host:
- "{{Hostname}}:21"
2021-12-09 13:06:24 +00:00
- "{{Host}}"
2021-10-17 21:24:34 +00:00
attack: clusterbomb
payloads:
2021-07-06 18:57:34 +00:00
username:
- admin
- root
password:
- password
- toor
- nas
- guest
- default
- pass1
- stingray
2021-07-06 19:01:42 +00:00
2021-07-06 18:57:34 +00:00
matchers:
- type: word
words:
2021-10-17 16:10:07 +00:00
- "230 Login successful"