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:
|
info:
|
||||||
name: FTP Service with default credentials
|
name: FTP Service with weak credentials
|
||||||
author: pussycat0x
|
author: pussycat0x
|
||||||
severity: critical
|
severity: critical
|
||||||
tags: network,ftp,default-login
|
tags: network,ftp,default-login
|
||||||
|
@ -18,9 +18,7 @@ network:
|
||||||
username:
|
username:
|
||||||
- admin
|
- admin
|
||||||
- root
|
- root
|
||||||
- anonymous
|
|
||||||
password:
|
password:
|
||||||
- anonymous
|
|
||||||
- password
|
- password
|
||||||
- toor
|
- toor
|
||||||
- nas
|
- nas
|
Loading…
Reference in New Issue