FTP default credentials
parent
9bec8f0b56
commit
591e8a7d60
|
@ -0,0 +1,32 @@
|
||||||
|
id: ftp-default-credentials
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: ftp service default credentials
|
||||||
|
author: pussycat0x
|
||||||
|
severity: critical
|
||||||
|
tags: network,ftp,default_credentials
|
||||||
|
network:
|
||||||
|
- payloads:
|
||||||
|
username:
|
||||||
|
- admin
|
||||||
|
- root
|
||||||
|
- anonymous
|
||||||
|
password:
|
||||||
|
- anonymous
|
||||||
|
- password
|
||||||
|
- toor
|
||||||
|
- nas
|
||||||
|
- guest
|
||||||
|
- default
|
||||||
|
- pass1
|
||||||
|
- stingray
|
||||||
|
|
||||||
|
attack: clusterbomb
|
||||||
|
inputs:
|
||||||
|
- data: "USER {{username}}\r\nPASS {{password}}\r\n"
|
||||||
|
host:
|
||||||
|
- "{{Hostname}}:21"
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "230"
|
Loading…
Reference in New Issue