摘要:
查询库中的所有表:http://127.0.0.1/sqli/Less-2/?id=-1%20union%20select%201,group_concat(table_name),3%20from%20information_schema.tables%20where%20table_schema 阅读全文
posted @ 2023-10-12 21:16
na2co3-
阅读(12)
评论(0)
推荐(0)
摘要:
5.0版本以上 自带系统库。 5.0版本一下没有。 1、information_schema: nformation_schema是MySQL中的元数据信息数据库,它包含了MySQL服务器的所有数据库、表、列、索引、视图等元数据信息。通过information_schema数据库,用户可以轻松查询M 阅读全文
posted @ 2023-10-12 21:02
na2co3-
阅读(24)
评论(0)
推荐(0)
摘要:
查询当前数据库服务器所有数据库 show databases; 选中某个数据库 use 数据库名 查询当前数据库所有的表 show tables; 查询某表所有数据 select * from t1;(where id=2;) union 合并查询 2个特性: 前面的查询语句和后面的查询语句 结果互 阅读全文
posted @ 2023-10-12 20:58
na2co3-
阅读(13)
评论(0)
推荐(0)
摘要:
1、wfuzz 2、hydra 3、Medusa 4、msf辅助模块 阅读全文
posted @ 2023-10-12 20:57
na2co3-
阅读(148)
评论(0)
推荐(0)
浙公网安备 33010602011771号