Hi everybody. I just developed a simple tool that helps crack passwords of zip and rar files

Link Github: https://github.com/thanhminh6996/CompressedCrack

It is extremely easy to use:

Code:
python crack.py -i INPUT [rules [rules ...]]
where:
Code:
positional arguments:
  rules                 <min> <max> <character>

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        Insert the file path of compressed file
Take a look and do not forget to leave a comment!
Thanks for using!