渗透测试 - HPP数据污染 - 原理 | 场景

Web服务器        参数获取函数              获取到的参数

PHP/Apache       $_GET(“par”)            Last

JSP/Tomcat       Request.getParameter(“par”)    First

Perl(CGI)/Apache   Param(“par”)            First

Python/Apache     getvalue(“par”)           All(List)

ASP/IIS        Request.QueryString(“par”)    All (comma-delimited string)

猜你喜欢

转载自www.cnblogs.com/AtesetEnginner/p/12375499.html