35 lines
611 B
YAML
35 lines
611 B
YAML
|
id: ftp-weak-credentials
|
||
|
|
||
|
info:
|
||
|
name: FTP Service with weak credentials
|
||
|
author: pussycat0x
|
||
|
severity: critical
|
||
|
tags: network,ftp,default-login
|
||
|
|
||
|
network:
|
||
|
|
||
|
- inputs:
|
||
|
- data: "USER {{username}}\r\nPASS {{password}}\r\n"
|
||
|
host:
|
||
|
- "{{Hostname}}:21"
|
||
|
- "{{Hostname}}"
|
||
|
|
||
|
payloads:
|
||
|
username:
|
||
|
- admin
|
||
|
- root
|
||
|
password:
|
||
|
- password
|
||
|
- toor
|
||
|
- nas
|
||
|
- guest
|
||
|
- default
|
||
|
- pass1
|
||
|
- stingray
|
||
|
|
||
|
attack: clusterbomb
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "230"
|