#coding:utf-8
with open('username.txt','wb') as f:
for i in range(00000, 99999):
line = str('w' + '%05d' % i) + '\n'
f.write(line)
f.close()
标签:username,99999,爆破,python,line,字典 From: https://www.cnblogs.com/0x200/p/17774347.html
#coding:utf-8
with open('username.txt','wb') as f:
for i in range(00000, 99999):
line = str('w' + '%05d' % i) + '\n'
f.write(line)
f.close()
标签:username,99999,爆破,python,line,字典 From: https://www.cnblogs.com/0x200/p/17774347.html