# Installer ncrack avec Homebrew, apt, dnf, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ncrack pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:ncrack
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ncrack
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install ncrack
```

  Preuve: Debian stable package indexes: ncrack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install ncrack
```

  Preuve: Fedora Rawhide package metadata: ncrack 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#ncrack
```

  Preuve: nixpkgs package indexes: pkgs/by-name/nc/ncrack/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S ncrack
```

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

## Faits du paquet

- **Clé du paquet:** brew:ncrack
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.7
- **Résumé source:** Network authentication cracking tool
- **Page d'accueil:** <https://nmap.org/ncrack/>
- **Dépôt:** <https://github.com/nmap/ncrack>
- **Dernière mise à jour:** 2026-06-22T14:05:35-07:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ncrack (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.7
## Historique du projet et usages

Ncrack is the Nmap project's standalone network-authentication cracking tool. It was built for high-speed, parallel credential testing across many network services, with Nmap-like command-line syntax, timing controls, runtime interaction, and a modular protocol architecture.

### Historique du projet

The official Ncrack page says it began as a Google Summer of Code project in 2009. The man page describes it as a Summer 2009 project and beta-quality software, while a September 10, 2010 nmap-dev announcement calls Ncrack 0.3ALPHA a post-SoC release and highlights new SMB and RDP modules.

### Historique d'adoption

Ncrack's adoption came from the Nmap ecosystem and password-auditing niche: security professionals used it to test large networks for weak or default passwords. The official page later added a deprecation notice saying Ncrack is useful for some purposes but not fully developed or maintained, and that Nmap's focus shifted to brute-force scripts in NSE.

### Modes d'utilisation

Package users run ncrack against authorized targets with service-qualified host specs, username and password lists, timing templates, and per-service options. It can consume Nmap target output formats, report discovered credentials, and test modules such as SSH, RDP, FTP, Telnet, HTTP(S), SMB, VNC, databases, and other network protocols.

### Pourquoi les passionnés de paquets s'y intéressent

Ncrack is significant less because it became the dominant password-auditing tool and more because it shows how the Nmap community tried to split credential testing into a specialized engine. The later deprecation notice is part of the package story: keeping it available helps reproduce old workflows, but users should notice that active Nmap credential work moved elsewhere.

### Chronologie

- Summer 2009: Ncrack starts as a Google Summer of Code project.
- September 10, 2010: Ncrack 0.3ALPHA announced with SMB and RDP modules.
- 2019: Official page identifies 0.7 as the latest release and says main focus shifted to Nmap NSE brute-force scripts.

### Related projects

- Nmap, Nmap Scripting Engine, Nsock, password auditing tools, Hydra-like credential testing workflows

### Sources

- <https://formulae.brew.sh/formula/ncrack>
- <https://nmap.org/ncrack/>
- <https://nmap.org/ncrack/man.html>
- <https://seclists.org/nmap-dev/2010/q3/697>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Debian apt - ncrack - 0.7+debian-6: normalized package name match | Debian stable package indexes: ncrack from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | High-speed network authentication cracking tool | https://nmap.org/ncrack/
- Nix - ncrack: normalized package name match | nixpkgs package indexes: pkgs/by-name/nc/ncrack/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - ncrack - 0.7+debian-5ubuntu1: normalized package name match | Ubuntu 24.04 LTS package indexes: ncrack from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | High-speed network authentication cracking tool | https://nmap.org/ncrack/
- dnf - ncrack - 0.7-32.fc45: normalized package name match | Fedora Rawhide package metadata: ncrack from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A high-speed network auth cracking tool | http://nmap.org/ncrack/
- pacman - ncrack - 0.7-3: normalized package name match | Arch Linux sync databases: ncrack from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | High-speed network authentication cracking tool | https://nmap.org/ncrack/


## Combined YAML source

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


## Sources

- 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
