42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
id: header-command-injection
|
|
|
|
info:
|
|
name: Header - Remote Command Injection
|
|
author: geeknik
|
|
severity: critical
|
|
description: Headers were tested for remote command injection vulnerabilities.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
cvss-score: 10
|
|
cwe-id: CWE-77
|
|
metadata:
|
|
max-request: 7650
|
|
tags: fuzz,rce,fuzzing
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /?{{header}} HTTP/1.1
|
|
Host: {{Hostname}}
|
|
{{header}}: {{payload}}
|
|
|
|
payloads:
|
|
header: helpers/payloads/request-headers.txt
|
|
payload: helpers/payloads/command-injection.txt
|
|
attack: clusterbomb
|
|
host-redirects: true
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "uid="
|
|
- "gid="
|
|
- "groups="
|
|
condition: and
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
# digest: 4a0a0047304502206e37d5e38427acee846bc947436537fa08777c5a1cd37917dfdd3c94aefc05a60221008f98aff69993daf8ba5b941fd761439fb896ba2d4dd35b95bc233db39a2c1705:922c64590222798bb761d5b6d8e72950 |