文章目录
简单的sql注入漏洞
-
- 简单的sql注入漏洞
-
- 实验内容
- 免责声明
information_schema
|
+-- tables
| |
| `-- table_name
| |
| `-- table_schema
|
`-- columns
|
`-- column_name
|
`-- table_name
|
`-- table_schema
实验内容
1、访问172.16.12.2
2、点开一个页面(如公司介绍),发现通过typeid.php页面传递typeid参数来访问页面,这里可能是个注入点