degwt - 解码GWT的JS小工具


Apache
跨平台
Java

软件简介

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为性能和压力测试生成真正的测试数据。

介绍内容来自 pulog