Date: 14 Nov 2022

Module : zip-analyzer


Installation : pip install zip-analyzer


About:

A cli script to analyze zip archive.


Execution:

# zipAnalyzer --help

usage: zipAnalyzer FILE [OPTIONS]


A cli script to analyze zip archive.


optional arguments:

  -h, --help   show this help message and exit

  -c, --crack  tries to crack the encryption by enumeration over a password
list. Extracts the zip archive if the password was found

  --passlist PASSLIST  Path to custom password list


# zipAnalyzer sample.zip

encrypted:           False


File Name                                             Modified
Size

zip_analzer_notes.txt                          2022-11-14 23:28:32
545



Reference:

https://pypi.org/project/zip-analyzer/
_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to