# 使用 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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
- **版本:** 1.02
- **来源摘要:** Digital investigation tool
- **主页:** <https://www.sleuthkit.org/mac-robber/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- mac-robber (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.02
## 项目历史与用法

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

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

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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/


## 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
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
