0%
Sql-Lib第二关
- 漏洞类型:GET - Error based - intiger based
- 目标网址(本地靶场):http://www.sqllib.com/less-2/?id=
- 目标:获取网站用户的邮箱
① 判断接受的参数类型
单引号测试
| |
报错
check the manual that corresponds to your MySQL server version for the right syntax to use near ’’ LIMIT 0,1’ at line 1
Sql-Lib第一关
SQL注入(Union注入)
漏洞类型:SQL注入/Get 字符型
安全级别:Low
目标:通过注入SQL语句,获取 MySql 数据库存放的用户名和密码
页面URL:http://www.dvwa.com/vulnerabilities/sqli/?id=1(本地搭建的靶场)