`
x_root
  • 浏览: 125145 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

jQuery + Firebug组合,超强!

阅读更多
[size=medium]打开firebug,在下面的命令行中输入以下脚本:
var s=document.createElement('script');
s.setAttribute('src', 'http://jquery.com/src/jquery-latest.js');
document.body.appendChild(s);
然后回车一下,就能在这个dom中使用jquery的功能了,脚本注入,太强了,现在你就可以发post请求了,还能干什么,自己去想吧,弄不好,这个网站就被你黑了。
参考自:http://ejohn.org/blog/hacking-digg-with-firebug-and-jquery/[/size]
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics