REC

刻刀-R | 压缩包密码暴力破解工具

易航
1年前发布 /正在检测是否收录...

介绍

zip-password-finder 是查找受保护 zip 文件密码的工具。

特征

• 支持 ZipCrypto 和 AES 加密。
• 利用多个线程来加快该过程
• 字典攻击,用于测试字典文本文件中的密码(每行一个单词)
• 暴力破解,为给定字符集和密码长度范围生成所有密码

用于生成密码的可用字符集包括:

  l | abcdefghijklmnopqrstuvwxyz [a-z]
  u | ABCDEFGHIJKLMNOPQRSTUVWXYZ [A-Z]
  d | 0123456789                 [0-9]
  h | 0123456789abcdef           [0-9a-f]
  H | 0123456789ABCDEF           [0-9A-F]
  s | «space»!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~

或者,您也可以使用 option 提供自定义 charset 文件。--charsetFile

它接受包含用于密码生成的单行字符的文件的文件路径。txt

使用

./zip-password-finder -h
Find the password of protected ZIP files

Usage: zip-password-finder [OPTIONS]--inputFile <inputFile>

Options:
-i,--inputFile <inputFile>
          path to zip input file
-w,--workers <workers>
          number of workers
-p,--passwordDictionary <passwordDictionary>
          path to a password dictionary file
-c,--charset <charset>
          charset to use to generate password [default: lud][possible values: l, u, d, h, H, s]
--minPasswordLen <minPasswordLen>
          minimum password length [default:1]
--maxPasswordLen <maxPasswordLen>
          maximum password length [default:10]
--fileNumber <fileNumber>
          file number in the zip archive [default:0]
-h,--help
Printhelp
-V,--version
Print version

下载

© 版权声明
本站用户发帖仅代表本站用户个人观点,并不代表本站赞同其观点和对其真实性负责。
转载本网站任何内容,请按照转载方式正确书写本站原文地址。
THE END
喜欢就支持一下吧
点赞 0 分享 赞赏
评论 共2条
取消 登录评论
  1. 头像
    小枫_QWQ
     · 

    更新分享

  2. 头像
    郄灵岚
     · 

    看看