Skip to main content

A cli script to analyze zip archive.

Project description

zipAnalyzer

A cli script to analyze zip archive.

Installation

Install the package with pip

pip install zip-analyzer

Usage

Type zipAnalyzer --help to view the 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

Example analyze zip file

$zipAnalyzer invoice.zip
encrypted:           True

File Name                 Modified           Size
invoice.docm       2020-05-13 09:36:06       7080

Example use password list

$zipAnalyzer invoice.zip -c
[+] Try 41 passwords
[+] Password found: "777"
[+] Files extracted

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zip-analyzer-1.0.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

zip_analyzer-1.0.0-py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page