TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The curl quirk that exposed Burp Suite and Google Chrome

1 点作者 albinowax_大约 2 年前

1 comment

albinowax_大约 2 年前
tldr: curl&#x27;s --data-binary argument normally specifies arbitrary data to send to the server. However, if the argument starts with an @, curl instead treats it as a filename, and sends the file contents to the server.<p>This technique is likely to work on anything with &#x27;copy as curl&#x27; functionality, and may also work on some websites with SSRF where you control a request body or header name.<p>I wrote this up but full credit goes to Paul Mutton for reporting it to our bug bounty program, and agreeing to let us publish the technique.