# authoscope を Homebrew, Nix, pacman でインストール

authoscope のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:authoscope
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install authoscope
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#authoscope
```

  証拠: nixpkgs package indexes: pkgs/by-name/au/authoscope/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S authoscope
```

  証拠: Arch Linux sync databases: authoscope from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:authoscope
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/authoscope>
- **バージョン:** 0.8.1
- **ソース概要:** Scriptable network authentication cracker
- **ホームページ:** <https://github.com/kpcyrd/authoscope>
- **リポジトリ:** <https://github.com/kpcyrd/authoscope>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/kpcyrd/authoscope/archive/refs/tags/v0.8.1.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- authoscope (cli)
- badtouch (cli)
- authoscope (エイリアス)
- badtouch (エイリアス)

## ビルド依存関係

- pkgconf
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.8.1
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/kpcyrd/authoscope
- 検出された最新: v0.8.1 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

authoscope is a Rust security CLI for scriptable network authentication testing. Its niche is custom-service credential testing: rather than hardcoding protocols like older cracking tools, it embeds Lua scripts that define a `verify(user, password)` function while the runtime handles concurrency, progress, and reporting.

### プロジェクトの歴史

The upstream repository was created in March 2018. The README explicitly positions authoscope against established tools such as Ncrack, Hydra, and Medusa, arguing that custom web applications still force testers to write one-off scripts.

The project originally shipped a `badtouch` binary; release notes for v0.8.0 in May 2021 renamed the tool to `authoscope` while keeping the old binary temporarily. Version 0.8.1 in March 2022 updated dependencies for OpenSSL 3 build compatibility.

### 採用の歴史

Official installation docs mention Arch Linux packaging and Homebrew on macOS, with source installation through Rust/Cargo. The Homebrew formula packages 0.8.1 from the official GitHub tag, and the input package-manager facts also list Nix and pacman packaging.

The project has a smaller, security-specialist footprint rather than broad mainstream adoption. Its value comes from being packaged as a ready-made CLI for authorized testing workflows that otherwise devolve into bespoke Python scripts.

### 使われ方

authoscope supports dictionary attacks, credential confirmation, username enumeration, and one-shot script debugging. Scripts are written in Lua and can use helper functions for HTTP sessions, HTML selection, sockets, LDAP, MySQL, hashing, HMAC, encoding, sleeps, and external command execution.

The documented config file is `~/.config/authoscope.toml`, used for defaults such as a global user agent and file-descriptor limits. Credentials are normally supplied as user/password lists, combo files, or command arguments rather than being stored in a fixed credentials file.

### パッケージ好きにとっての重要性

authoscope is package-nerd interesting because it is a security tool with a language-runtime split: Rust for the engine, Lua for target-specific probes, and OS packages for delivery.

It also shows how naming history leaks into packaging. The old `badtouch` binary remains visible in the Homebrew input executables, while the current project name and docs are authoscope.

### タイムライン

- 2018: Public GitHub repository created.
- 2018: ReadTheDocs build metadata and repository metadata place the initial public documentation era in 2018.
- 2021: v0.8.0 renamed `badtouch` to `authoscope`.
- 2022: v0.8.1 updated dependencies for OpenSSL 3 build compatibility.

### Related projects

- The README compares authoscope with Ncrack, Hydra, and Medusa. Its scripting model overlaps conceptually with one-off Python requests scripts, but provides a packaged concurrent runtime.

### ソース

- <https://api.github.com/repos/kpcyrd/authoscope>
- <https://authoscope.readthedocs.io/en/latest/config.html>
- <https://authoscope.readthedocs.io/en/latest/usage.html>
- <https://formulae.brew.sh/api/formula/authoscope.json>
- <https://github.com/kpcyrd/authoscope#readme>
- <https://github.com/kpcyrd/authoscope/releases>
- source_facts.package-manager


## セキュリティノート

broad file, network, media, or database tool signal.

- **Geiger リスク:** blue / 中
- broad file, network, media, or database tool signal


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/authoscope.toml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** authoscope
- **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

## 他のパッケージマネージャ記録

- Nix - authoscope: normalized package name match | nixpkgs package indexes: pkgs/by-name/au/authoscope/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - authoscope - 0.8.1-3: normalized package name match | Arch Linux sync databases: authoscope from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Scriptable network authentication cracker | https://github.com/kpcyrd/authoscope


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [krb5](https://pkg.so/ja/brew/krb5/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [cyrus-sasl](https://pkg.so/ja/brew/cyrus-sasl/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [linux-pam](https://pkg.so/ja/brew/linux-pam/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [oath-toolkit](https://pkg.so/ja/brew/oath-toolkit/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [stoken](https://pkg.so/ja/brew/stoken/) - Shares pkgdb curated category or tags: authentication, cli, security.
- [rustscan](https://pkg.so/ja/brew/rustscan/) - Shares pkgdb curated category or tags: cli, rust, security.
- [jwt-cli](https://pkg.so/ja/brew/jwt-cli/) - Shares pkgdb curated category or tags: cli, rust, security.
- [cargo-audit](https://pkg.so/ja/brew/cargo-audit/) - Shares pkgdb curated category or tags: cli, rust, security.
- [hydra](https://pkg.so/ja/brew/hydra/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, cracker, network, password, security.
- [pdfrip](https://pkg.so/ja/brew/pdfrip/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, cracking, password, password-cracking, security.

## Combined YAML source

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


## ソース

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