Bootstrap

python实现 wifi密码 破解-密码字典篇【本篇文章仅供娱乐,请不要做非法用途】

Python实现暴力破解wifi密码【本篇文章仅供娱乐,请不要做非法用途】

准备工作
    1. 1、准备密码字典
    1. 2、Python扫描周围有的无线网名称和信号强度
    1. 3、暴力方式破解wifi
生成密码
# -*- coding: utf-8 -*-
import itertools as its
import datetime
 
#记录程序运行时间
start=datetime.datetime.now()
words = '1234567890'#这里可以加入字母和其他字符,使用string包更方便
# 生成密码的位数
r = its.product(words,repeat=8)#4即生成4位密码,正常情况下热点密码位数为8
dic = open("paswwer.txt", 'a')
phoneNumHead = ['134', '135', '136', '137', '138', '139', '147', '150', '151', '152', '157', '158', '159', '182', '187', '188', '130', '131', '132', '155', '156', '185', '186', '133', '153', '180', '189', '154', '181&
;