Skip to content

miaobuao/CodeDict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Dict

简化遍历密码字典的操作, 现已预置如下字典:

安装 - Install

pip install codedict

使用 - Usage

from codedict import Codes

遍历密码本 - Traversing the dictionary

for psw in Codes.top1000():
    ...

密码本拼接 - Dictionary concatenation

top1000 = Codes.top1000()
wpa = Codes.wpa()
for psw in top1000 + wpa:
    ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published