CVE 2022-1388 的利用和检查脚本
_____ _ _ _____ _____ _____ _____ _____ __ _____ _____ _____
/ __ \| | | || ___| / __ \| _ |/ __ \/ __ \ / | |____ || _ || _ |
| / \/| | | || |__ ______`' / /'| |/' |`' / /'`' / /'______`| | / / \ V / \ V /
| | | | | || __||______| / / | /| | / / / / |______|| | \ \ / _ \ / _ \
| \__/\ \_/ /| |___ ./ /___\ |_/ /./ /___./ /___ _| |_.___/ /| |_| || |_| |
\____/ \___/ \____/ \_____/ \___/ \_____/\_____/ \___/\____/ \_____ \_____/
CVE-2022-1388 F5 漏洞利用工具 [ Valentin Lobstein ]
使用方法:
利用单个主机: python3 CVE_2022_1388.py -u target_url -c command
利用列表文件: python3 CVE_2022_1388.py -f file -c command
( command 参数不是必须的 )
扫描端点 /mgmt/tm/util/bash,该端点可能会出现在 Web 服务器日志中。或者如果你有 F5 设备,请尽快打补丁,受影响版本如下所示,补丁可在 https://support.f5.com/csp/article/K23605346 获取。
zoomeye search 'banner:"BIG-IP Configuration Utility"' -num 1000 -filter=ip,port
zoomeye search 'title:"BIG-IP®-+Redirect"+"Server"' -num 10 -filter=ip,port
shodan search 'http.html:"BIG-IP Configuration Utility"' --fields=ip_str,port --separator ":" --limit 10 | grep ''
shodan search 'http.title:"BIG-IP®-+Redirect"+"Server"' --fields=ip_str,port --separator ":" --limit 10 | grep ''