DVWA之SQL Injection (Blind)Security Level: low查看源代码可知,对输入字符串没有进行任何过滤
<?php
if( isset( $_GET[ 'Submit' ] ) ) {
//
2021-03-21