本文完全参考了 http://blog.csdn.net/aegeaner/article/details/7932058 import fileinput, re, zipfile idx = 90052 history = [] while True: history.append(idx) with fileinput.input(files=('E:\TDDOWNLOAD\channel\\'+str(idx)+'.txt')) as data: data = data.readline
Less-1:基于错误的GET单引号字符型注入 我们首先注入一个单引号’,出现SQL语法错误,多出一个单引号,后面闭合语句也是用的单引号: http://127.0.0.1/sqli_labs/Less-1/?id=1’ 再次注入一条SQL语句,因为条件永远为真,响应正常: http://127.0.0.1/sqli_labs/Less-1/?id=1' and '1'='1 下面猜解字段数: http://127.0.0.1/sqli_labs/Less-1/?id=1' order by 1