登录 注册
当前位置:主页 > 资源下载 > 50 > 字典生成和整理工具easyPass.zip下载

字典生成和整理工具easyPass.zip下载

  • 更新:2024-10-11 14:11:50
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

一款方便生成字典和整理字典的工具,方便生成验证码字典,字符字典,方便筛选出使用密码最频繁的密码作为你的社工库目录结构 easyPass/ ├── easyDirectory.py ├── frequency.py ├── judge.py ├── keyword.txt ├── main.py └── README.md用法 Usage: main.py [options]Options:  -h, --help            show this help message and exit  -f FILE, --file=FILE  input file  -m [normal|verify|frequency], --mode=[normal|verify|frequency]                        select mode,default=normal  -c CSV, --csv=CSV     set input file as csv format  -o FILE, --output=FILE                        output dirctory file  -n NUM, --num=NUM     input number例子 python mian.py -m "verify"    --生成验证码字典,默认4个字符,生成更多字符加入-n参数python main.py -f keyword.txt -m "normal" -o "output.txt"    --迭代生成字符字典,-o指定输出的文件名,默认是output.txtpython main.py -f keyword.txt -m "frequency" -n 100    --筛选使用最频繁使用的密码,-n指定要筛选的个数 标签:easyPass