# Installer gsan avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:gsan
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gsan
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#gsan
```

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

## Faits du paquet

- **Clé du paquet:** brew:gsan
- **Gestionnaire de paquets:** Homebrew
- **Version:** 5.0.0
- **Résumé source:** Extract subdomains from SSL certificates in HTTPS sites
- **Page d'accueil:** <https://franccesco.github.io/getaltname/>
- **Dépôt:** <https://github.com/franccesco/getaltname>
- **Dernière mise à jour:** 2026-08-02T20:52:09+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- gsan (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

GSAN, from the getaltname project, is a small reconnaissance CLI for extracting Subject Alternative Names from HTTPS certificates. Its distinctive point is that it connects directly to servers rather than relying on Certificate Transparency logs.

### Historique du projet

The GitHub repository was created in November 2017, and early releases appeared in March 2018. The release stream moved quickly through 0.x and 1.x versions in 2018, reached 3.x during 2018 and 2019, published 4.2.3 in October 2020, and published 5.0.0 in August 2024.

The README and GitHub Pages site present a focused tool: pass a domain or pipe domain and IP:PORT lists into `gsan`, extract DNS names from the certificate SAN extension, and optionally write output for other tools.

### Historique d'adoption

GSAN's adoption evidence is narrow but clear: it is packaged for Homebrew and Nix and documented for pipx and Docker use. Its audience is security practitioners doing subdomain enumeration, especially in cases where direct certificate inspection is useful for internal servers, self-signed certificates, or targets not covered by public Certificate Transparency logs.

### Modes d'utilisation

Basic usage is `gsan example.com`, producing the SAN DNS names found in the HTTPS certificate. The documentation also shows piping many targets with xargs, using Docker, combining results from Shodan, applying timeouts, writing an output file, and passing that output to Nmap.

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

GSAN is package-manager interesting as a tiny Python security CLI whose value comes from composing with other tools. It takes certificate metadata, emits target lists, and fits into Unix pipelines with Shodan, xargs, Docker, and Nmap.

### Chronologie

- 2017: GitHub repository created.
- 2018: 0.2.0 through 2.0.0 releases published in March.
- 2018: 3.0.3 release published in July.
- 2019: 3.0.13 and v3.0.14 releases published.
- 2020: v4.2.3 release published.
- 2024: v5.0.0 release published.

### Related projects

- Shodan is shown in the README as a source of HTTPS targets for GSAN.
- Nmap is shown as a downstream consumer of GSAN output files.
- Certificate Transparency log tools are related but differ from GSAN's direct TLS-connection approach.

### Sources

- <https://api.github.com/repos/franccesco/getaltname>
- <https://api.github.com/repos/franccesco/getaltname/releases?per_page=50>
- <https://franccesco.github.io/getaltname/>
- <https://github.com/franccesco/getaltname>


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

- Nix - gsan: normalized package name match | nixpkgs package indexes: pkgs/by-name/gs/gsan/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/gsan.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gsan.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
