# 使用 Homebrew, apt, dnf, Nix, zypper 安装 mac-robber

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

## 安装

```sh
sudo av install brew:mac-robber
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install mac-robber
```

  证据: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mac-robber
```

  证据: Debian stable package indexes: mac-robber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mac-robber
```

  证据: Fedora Rawhide package metadata: mac-robber from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mac-robber
```

  证据: nixpkgs package indexes: pkgs/by-name/ma/mac-robber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install mac-robber
```

  证据: openSUSE Tumbleweed package metadata: mac-robber from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## 软件包事实

- **软件包键:** brew:mac-robber
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/mac-robber>
- **版本:** 1.02
- **来源摘要:** Digital investigation tool
- **主页:** <https://www.sleuthkit.org/mac-robber/>
- **上游文档:** <https://www.sleuthkit.org/mac-robber/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://downloads.sourceforge.net/project/mac-robber/mac-robber/1.02/mac-robber-1.02.tar.gz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- mac-robber (cli)
- mac-robber (别名)

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 1.02
- 本地数据: OK
- 上游仓库: https://www.sleuthkit.org/mac-robber/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

mac-robber is a small digital forensics and incident-response tool from the Sleuth Kit ecosystem. It collects metadata from allocated files on a mounted file system and emits data that can be fed to The Sleuth Kit's mactime tool to create file-activity timelines.

### 项目历史

The Sleuth Kit site traces mac-robber to the early open-source UNIX forensics lineage around The Coroner's Toolkit. In the February 2003 Sleuth Kit Informer, Brian Carrier described writing mac-robber as similar to Rob Lee's mac-daddy, itself a variation of TCT's grave-robber, but implemented in C instead of Perl.

The project page describes the tool's scope and limits: it requires the file system to be mounted by the operating system, does not collect deleted files or files hidden by rootkits, and can modify directory access times when run against writable mounts. Those limitations are part of its forensic model rather than incidental bugs.

### 采用历史

mac-robber has remained useful because it covers file systems that The Sleuth Kit or other file-system analysis tools may not support directly. The official page calls out obscure UNIX file systems and common UNIX systems such as AIX as use cases.

Package metadata shows mac-robber distributed through Homebrew and several Unix/Linux package managers. Its adoption is niche, but it is durable niche software: the 1.02 release from 2010 is still packaged because the body-file/mactime workflow remains recognizable to forensic practitioners.

### 使用方式

The tool is used during live incident response or lab analysis when a suspect file system has been mounted, ideally read-only on a trusted system. Its output is consumed by mactime to produce a timeline of file activity.

The official page warns that mac-robber is basic C intended to compile on any UNIX system, but also that it cannot see deleted or rootkit-hidden files because it relies on the mounted file-system view exposed by the operating system.

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

mac-robber is package-nerd significant because it is a tiny, old, command-line forensic utility whose value comes from interoperability with a larger toolchain. It represents the classic Unix package pattern: one focused binary, plain-text output, and composition with mactime.

### 时间线

- 2000: The Coroner's Toolkit released, establishing the open-source UNIX forensics lineage cited by The Sleuth Kit.
- 2003-02: The Sleuth Kit Informer described mac-robber as a C tool derived from the mac-daddy/grave-robber idea.
- 2010-02: mac-robber 1.02 released with the newer mactime body format.
- 2026: The official mac-robber project page links the 1.02 source release to the sleuthkit/mac-robber GitHub repository.

### Related projects

- Related tools include The Coroner's Toolkit, grave-robber, mac-daddy, The Sleuth Kit, and mactime. mac-robber is best understood as a companion collector for timeline analysis rather than a standalone forensic suite.

### 来源

- <https://github.com/sleuthkit/mac-robber>
- <https://www.sleuthkit.org/informer/sleuthkit-informer-1.html>
- <https://www.sleuthkit.org/mac-robber>
- <https://www.sleuthkit.org/sleuthkit/man/mactime.html>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mac-robber
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Debian apt - mac-robber - 1.02-13: normalized package name match | Debian stable package indexes: mac-robber from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | collects data about allocated files in mounted filesystems | https://www.sleuthkit.org/mac-robber
- Nix - mac-robber: normalized package name match | nixpkgs package indexes: pkgs/by-name/ma/mac-robber/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mac-robber - 1.02-13: normalized package name match | Ubuntu 24.04 LTS package indexes: mac-robber from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | collects data about allocated files in mounted filesystems | https://www.sleuthkit.org/mac-robber
- dnf - mac-robber - 1.02-41.fc45: normalized package name match | Fedora Rawhide package metadata: mac-robber from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Tool to create a timeline of file activity for mounted file systems | http://sourceforge.net/projects/mac-robber/
- zypper - mac-robber - 1.02-14.8: normalized package name match | openSUSE Tumbleweed package metadata: mac-robber from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Tool to create a timeline of file activity for mounted file systems | http://sourceforge.net/projects/mac-robber/


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/zh-hans/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [Homebrew utility packages](https://pkg.so/zh-hans/brew-utility-packages/) - Matched Homebrew package provider.
- [dcfldd](https://pkg.so/zh-hans/brew/dcfldd/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [afflib](https://pkg.so/zh-hans/brew/afflib/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [evtx](https://pkg.so/zh-hans/brew/evtx/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [ssdeep](https://pkg.so/zh-hans/brew/ssdeep/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [chainsaw](https://pkg.so/zh-hans/brew/chainsaw/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [dc3dd](https://pkg.so/zh-hans/brew/dc3dd/) - Shares pkgdb curated category or tags: cli, forensics, security.
- [gnutls](https://pkg.so/zh-hans/brew/gnutls/) - Shares pkgdb curated category or tags: cli, security.
- [krb5](https://pkg.so/zh-hans/brew/krb5/) - Shares pkgdb curated category or tags: cli, security.
- [sleuthkit](https://pkg.so/zh-hans/brew/sleuthkit/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, digital, digital-forensics, forensics, security.
- [bulk_extractor](https://pkg.so/zh-hans/brew/bulk-extractor/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, digital, digital-forensics, forensics, security.

## Combined YAML source

View the package source record on GitHub. [combined/mac-robber.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mac-robber.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
