解码GWT的JS小工具 degwt

码农软件 · 软件分类 · SQL注入工具 · 2019-11-03 11:56:36

软件介绍

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

本文地址:https://www.codercto.com/soft/d/18172.html

Host Your Web Site In The Cloud

Host Your Web Site In The Cloud

Jeff Barr / SitePoint / 2010-9-28 / USD 39.95

Host Your Web Site On The Cloud is the OFFICIAL step-by-step guide to this revolutionary approach to hosting and managing your websites and applications, authored by Amazon's very own Jeffrey Barr. "H......一起来看看 《Host Your Web Site In The Cloud》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具