摘要: DVWA之BRUTE Force(爆库) <?php if( isset( $_GET[ 'Login' ] ) ) { // Get username $user = $_GET[ 'username' ]; // Get password $pass = $_GET[ 'password' ]; 阅读全文
posted @ 2021-09-05 14:08 Lzwhehe 阅读(82) 评论(0) 推荐(0)