# authoscope mit Homebrew, Nix, pacman installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für authoscope in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install authoscope
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Evidenz: 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
```

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

## Paketfakten

- **Paketschlüssel:** brew:authoscope
- **Paketmanager:** Homebrew
- **Version:** 0.8.1
- **Quellzusammenfassung:** Scriptable network authentication cracker
- **Homepage:** <https://github.com/kpcyrd/authoscope>
- **Repository:** <https://github.com/kpcyrd/authoscope>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- authoscope (Alias)
- badtouch (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.8.1
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <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


## Sicherheitshinweise

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

- **Geiger-Risiko:** blue / mittel
- 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
## Andere Paketmanager-Einträge

- 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


## Combined YAML source

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


## Quellen

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