解码GWT小工具-degwt

  • A+
所属分类:神兵利刃

degwt是一个解码GWT(google的网页工具包)生成的javascript代码的小工具。使用方法:
1.访问任何开启GWT的站点,例如:http://www.whirled.com/ 。
2.将下边的代码粘贴到地址栏。
javascript:(function(){yuiscript=document.createElement(‘SCRIPT’);yuiscript.type=’text/javascript’;yuiscript.src=’http://yui.yahooapis.com/2.8.0r4/build/yuiloader/yuiloader-min.js’;document.getElementsByTagName(‘head’)[0].appendChild(yuiscript);degwtscript=document.createElement(‘SCRIPT’);degwtscript.type=’text/javascript’;degwtscript.src=’http://degwt.googlecode.com/svn/trunk/static/js/degwt.js’;document.getElementsByTagName(‘head’)[0].appendChild(degwtscript);})();
3.弹出框中是解码后的代码。
degwt的使用情形:
1.渗透测试RPC服务,查找SQL注入,认证/验证问题等。
2.自动测试RPC服务。
3为性能和压力测试生成真正的测试数据。
工具下载

via/pulog

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: