win中使用curl上传文件报错
Posted jinqi520
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win中使用curl上传文件报错相关的知识,希望对你有一定的参考价值。
今天复现“WordPress插件Easy WP SMTP反序列化漏洞”时,需要使用curl上传文件,我又用的windows环境,一直出错 curl: (26) couldn‘t open file "D:/PyCharm/pocsuite3/pocsuite3/help/wordpress_unserialize.txt‘"
最开始以为是权限问题 结果并不是 搞了很久 最后解决方案如下图
文件使用“”包含并用\\转义
url http://xxx.ceye.io/ -F ‘action=swpsmtp_clear_log‘ -F ‘swpsmtp_import_settings=1‘ -F ‘[email protected]\\"D:/PyCharm/pocsuite3/pocsuite3/help/wordpress_unserialize.txt\\"‘
ceye平台:
以上是关于win中使用curl上传文件报错的主要内容,如果未能解决你的问题,请参考以下文章
php7.3 curl上传文件报错curl_setopt(): Disabling safe uploads is no longer supported