Automic VaultAutomic Vault

brew

使用 Homebrew, apt, MacPorts, Nix, pacman 安装 fcrackzip

查看 fcrackzip 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install fcrackzip

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install fcrackzip

MacPorts ports tree · security/fcrackzip/Portfile · 来源: api.github.com

Linux

Debian apt已验证 · 92%
sudo apt install fcrackzip

Debian stable package indexes · fcrackzip · 来源: deb.debian.org

Nix已验证 · 92%
nix profile install nixpkgs#fcrackzip

nixpkgs package indexes · pkgs/by-name/fc/fcrackzip/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S fcrackzip

Arch Linux sync databases · fcrackzip · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

Zip password cracker

命令和别名

  • fcrackzip
  • fcrackzipinfo

历史

项目历史与用法

fcrackzip is an older free software ZIP password recovery tool focused on brute-force and dictionary attacks against encrypted ZIP files.

项目历史

Marc Lehmann's project page says fcrackzip was written because the ZIP crackers he found were slow, limited, lacked brute-force behavior he needed, or did not provide source. The author explicitly framed it as a portable, free, fast ZIP password cracker rather than only a speed contest.

The bundled NEWS text on the official page traces the project from 0.0.1 through 1.0. Version 0.0.5 is dated August 1998, version 0.3 is dated January 2004, and version 1.0 is dated August 2008.

采用历史

The official page offered source tarballs, a Windows binary built under Cygwin, and a mailing list for discussion, support, and development. The supplied package-manager metadata shows it later became a small but durable package in Homebrew, Debian/Ubuntu, MacPorts, Nix, Arch, and similar repositories.

使用方式

The manpage reproduced on the official site describes scanning encrypted ZIP files and trying to guess the password. Its main modes are brute force with selectable character sets and lengths, dictionary mode from a password file, optional unzip validation to reduce false positives, and benchmarking or validation modes.

It is primarily a recovery and audit utility for legacy ZIP encryption, not a general archive manager. Common package-manager use is direct CLI invocation such as brute-forcing a known-length password or testing a wordlist against a ZIP archive.

为什么软件包爱好者会关心

fcrackzip is package-nerd-relevant because it is one of the long-lived small security tools that persists in Unix package collections long after upstream development slows. Its official history captures the late-1990s free-software motivation: portable C source, performance close to assembler tools, and user-modifiable cracking modes.

时间线

  • 1998: 0.0.5 NEWS entry dated August 12.
  • 2004: Version 0.3 released with compatibility fixes and build-system updates.
  • 2008: Version 1.0 released with crash fixes and autoconf/automake updates.

Related projects

  • The official page compares fcrackzip with fzc, zipcrack, and other ZIP crackers, emphasizing source availability and portability as differentiators.
  • The tool also includes a cpmask method for brute-forcing CP-masked images, a feature the author described as unusual among comparable crackers.

安全态势

风险级别:red

escape, surveillance, or offensive capability signal.

风险分类器

red 风险 · 中 置信度 · escape-surveillance-offensive

原因

  • escape, surveillance, or offensive capability signal

信号

  • text:password cracker

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 13 个平台目标。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
fcrackzipcli全局可执行文件
fcrackzipinfocli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本1.0
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://oldhome.schmorp.de/marc/fcrackzip.html

安装元数据

软件包元数据

软件包键brew:fcrackzip
版本1.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/fcrackzip
主页https://oldhome.schmorp.de/marc/fcrackzip.html
上游文档https://oldhome.schmorp.de/marc/fcrackzip.html
许可证GPL-2.0-or-later
源码归档https://oldhome.schmorp.de/marc/data/fcrackzip-1.0.tar.gz
Bottle可用 (于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namefcrackzip
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

fcrackzip 1.0-12

password cracker for zip archives

http://oldhome.schmorp.de/marc/fcrackzip.html

sudo apt install fcrackzip
  • Section: utils
  • Architecture: amd64
  • 1 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Fcrackzip
Debian stable package indexes · deb.debian.org · Debian stable package indexes: fcrackzip from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

fcrackzip

nix profile install nixpkgs#fcrackzip
  • normalized package name match
  • 匹配方式:Fcrackzip
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fc/fcrackzip/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

fcrackzip 1.0-11

password cracker for zip archives

http://oldhome.schmorp.de/marc/fcrackzip.html

sudo apt install fcrackzip
  • Section: universe/utils
  • Architecture: amd64
  • 1 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式:Fcrackzip
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fcrackzip from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

fcrackzip 1.0-6

Zip file password cracker

http://oldhome.schmorp.de/marc/fcrackzip.html

sudo pacman -S fcrackzip
  • License: GPL
  • Architecture: x86_64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Fcrackzip
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: fcrackzip from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

fcrackzip

sudo port install fcrackzip
  • normalized package name match
  • 匹配方式:Fcrackzip
MacPorts ports tree · api.github.com · MacPorts ports tree: security/fcrackzip/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment