一个暴jsp源码的网页2014-04-10
来源:vbs小铺
N年前写的一个暴jsp源码的网页,收藏在这儿,网易现在还有这漏洞呢。
XML/HTML代码
<head>
<base target="_blank">
</head>
<style>
- 分类:网站安全
- 浏览:5238
- 阅读全文
关于JSP源码泄漏问题的总结分析2014-04-07
www.2cto.com:09年的一篇老文章了JSP编程语言自从推出之日起,由于它的快速、平台无关、可扩展、面向对象等特性得到了越来越广泛的应用,越来越多的厂家开发出了各种各样的支持平台如IBM 公司的WebSphere、BEA...
- 分类:网站安全
- 浏览:5264
- 阅读全文
jsp源码实例5(cookie)2014-04-05
package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;/** Sets six cookies: three that apply only to the current* session (regardless of how long that session lasts)* and three that per
- 分类:JSP
- 浏览:5320
- 阅读全文
jsp源码实例1(输出)2014-04-05
package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;/** Simple servlet that generates HTML.* <P>* Taken from Core Servlets and JavaServer Pages* from Prentice Hall and Sun Micro
- 分类:JSP
- 浏览:5274
- 阅读全文
jsp源码实例2(获取表单参数)2014-04-05
package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;import java.util.*;/** Shows all the parameters sent to the servlet via either* GET or POST. Specially marks parameters that have*
- 分类:JSP
- 浏览:5288
- 阅读全文
jsp源码实例3(获取jsp各种参数)2014-04-05
package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;import java.util.*;/** Creates a table showing the current value of each* of the standard CGI variables.* <P>* Taken from Cor
- 分类:JSP
- 浏览:5237
- 阅读全文
jsp源码实例4(搜索引擎)2014-04-05
package coreservlets;import java.io.*;import javax.servlet.*;import javax.servlet.http.*;import java.net.*;public class SearchEngines extends HttpServlet {public void doGet(HttpServletRequest request,HttpServletResp
- 分类:JSP
- 浏览:5305
- 阅读全文
7 条记录 1/1 页