Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Zip-Cracker- — Zipパスワードを辞書攻撃で解読するPythonスクリプト、およびCrunchをパイプラインとして使用 | Kitploit
ツール/GitHubGitHub/priyankvadaliya/zip-cracker-
パスワードクラッキングパスワード攻撃ユーティリティとフレームワーク
GitHubpriyankvadaliya/zip-cracker-

Zip-Cracker-

Zipパスワードを辞書攻撃で解読するPythonスクリプト、およびCrunchをパイプラインとして使用

リポジトリを見る
38118年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

Zip Cracker

このスクリプトは現在のバージョンではZipファイルのみ対応しています。

crunchと組み合わせて使用することもできます。

クロスプラットフォーム対応


Usage: zipcracker.py [options]

root@kitploit:~
Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -f FILENAME, --file=FILENAME
                        Please Specify Path of Zip File
  -d DICTIONERY, --dict=DICTIONERY
                        Please Specify Path of Dictionery.
  -o OUTPUT, --output=OUTPUT
                        Please Specify Path for Extracting
  -r RESULT, --result=RESULT
                        Please Specify Path if You Want to Save Result
  -c CRUNCH, --crunch=CRUNCH
                        For Using Passwords Directly from crunch use this
                        arguments: -c True or --crunch True

例1:

root@kitploit:~
- python zipcracker.py -f testfile.zip -d passwords.txt

例2:

root@kitploit:~
-python zipcracker.py -f testfile.zip -d passwords.txt -o extractdir
ツールをダウンロード