Web Application Vulnerablities

Posted 疏桐

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Web Application Vulnerablities相关的知识,希望对你有一定的参考价值。

1、 File inclusion

    berfoe start this caption  i make a conclusion for install third-part as follow

    I not includethe sequence decoder and Comparer tabls in this blogs ,because i think their usage is very straightforward ,and in fact ,rarely usee them in career,so it‘s waste my time .if you want to add the functionality to scan for outdated javascript libraries ,you can install the module Retire.js   bisides it, WAF ,errors, java, Net,SQLi,XSS, and so on.for me usually used in my burpsuite.  before install the BApp Store ,frist install Jyython  (Jython is a library for java and Python ,and some apps use this library ,so it‘s a Prrequisite for apps  to work )

     if you can‘t install BApp in correct, you can restart application, use the command (you must use per version).

            java -XX:MaxPermSize=1G -jar [ burp_file_name.jar]  

File inclusion this Vulnerability can be exploited by including a file in the url ,the file that was included can be local to the server ,and thus  be called Local File inclusion, or can point to remote a remote file, and thus called a Remote file inclusion . but at present the programming and web servers have buit-in mechanisms to protect against this flaw.in real life there is some developer forgets to include a validation on server side such these legacy programming languages  JSP、ASP、php

     Local File Inclusion will allow direction traversal characters such as dot-dot-slash to be injection.   such as:   | http:///domain_name/index.php?file=hack.html

we can changer the hack file to another file on the web server system can checked:     | http:///domain_name/index.php?file=../../../../ect/password

 

以上是关于Web Application Vulnerablities的主要内容,如果未能解决你的问题,请参考以下文章

jsp 使用application.getInitParameter来获取web.xml中配置参数

Web的Cookies,Session,Application

tornado.web.Application类配置及使用

Application对象

用于 web 服务响应的 text/xml 与 application/xml 之间有啥区别

C#编写Web设置请求报文都为application/json类型格式