摘要: low级别 代码如下: 1 <?php 2 3 if( isset( $_POST[ 'btnSign' ] ) ) { 4 // Get input 5 $message = trim( $_POST[ 'mtxMessage' ] ); 6 $name = trim( $_POST[ 'txtN 阅读全文
posted @ 2020-01-14 19:31 千与千寻了个啥 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 反射型xss low级别 代码如下: 1 <?php 2 3 header ("X-XSS-Protection: 0"); 4 5 // Is there any input? 6 if( array_key_exists( "name", $_GET ) && $_GET[ 'name' ] ! 阅读全文
posted @ 2020-01-14 19:00 千与千寻了个啥 阅读(304) 评论(0) 推荐(0) 编辑