minor refactor
parent
04b401a8ef
commit
f01445b883
|
@ -0,0 +1,20 @@
|
|||
id: ftp-default-credentials
|
||||
|
||||
info:
|
||||
name: FTP Service with default credentials
|
||||
author: pussycat0x
|
||||
severity: low
|
||||
tags: network,ftp,default-login
|
||||
|
||||
network:
|
||||
|
||||
- inputs:
|
||||
- data: "USER anonymous\r\nPASS anonymous\r\n"
|
||||
host:
|
||||
- "{{Hostname}}:21"
|
||||
- "{{Hostname}}"
|
||||
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "230"
|
|
@ -1,7 +1,7 @@
|
|||
id: ftp-default-credentials
|
||||
id: ftp-weak-credentials
|
||||
|
||||
info:
|
||||
name: FTP Service with default credentials
|
||||
name: FTP Service with weak credentials
|
||||
author: pussycat0x
|
||||
severity: critical
|
||||
tags: network,ftp,default-login
|
||||
|
@ -18,9 +18,7 @@ network:
|
|||
username:
|
||||
- admin
|
||||
- root
|
||||
- anonymous
|
||||
password:
|
||||
- anonymous
|
||||
- password
|
||||
- toor
|
||||
- nas
|
Loading…
Reference in New Issue