pkg.soopen package index

brew / 順位 1663

httpx を Homebrew, apk, Nix, apt でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install httpx

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add httpx

Alpine Linux edge package indexes · httpx · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#httpx

nixpkgs package indexes · pkgs/by-name/ht/httpx/package.nix · ソース: api.github.com

Debian apt確認済み · 92%
sudo apt install python3-httpx

Debian stable package indexes · python3-httpx · ソース: deb.debian.org

概要

パッケージ概要

Fast and multi-purpose HTTP toolkit

コマンドとエイリアス

  • httpx

履歴

プロジェクトの歴史と使われ方

ProjectDiscovery httpx is a high-throughput HTTP probing toolkit for reconnaissance and security workflows. It accepts hosts, URLs, CIDR ranges, and request files, then emits HTTP metadata such as status code, title, content length, TLS data, CDN detection, technology detection, response time, screenshots, and JSONL output.

プロジェクトの歴史

The projectdiscovery/httpx repository was created in May 2020 as part of ProjectDiscovery's security-tooling ecosystem. The README describes it as a fast, multi-purpose HTTP toolkit built around the retryablehttp library and designed to keep result reliability while increasing thread count.

The tool evolved as a modular reconnaissance probe rather than a simple HTTP client. Its documented flags cover input normalization, matchers, filters, extractors, rate limiting, headless screenshotting, technology detection, database output, and raw request handling.

採用の歴史

httpx became package-manager visible across several ecosystems because it sits in a common recon pipeline role: take many discovered hosts or URLs, probe them quickly, and produce structured output for filtering or downstream tools. The input metadata lists Homebrew, Nix, APK, Debian, and Ubuntu package names, though Debian and Ubuntu package names collide with the unrelated Python HTTPX library.

The repository has a large GitHub audience, publishes GitHub releases, and advertises Docker Hub pulls in the README badges. Its ProjectDiscovery documentation and Discord/community links place it inside a broader suite that also includes tools such as nuclei and related reconnaissance utilities.

使われ方

Common usage starts with `httpx -l hosts.txt` or `httpx -u example.com`, then adds probes such as status code, title, web server, response time, TLS certificate, favicon hash, JARM, CDN, ASN, screenshots, or technology detection.

The README documents the default config file path as `$HOME/.config/httpx/config.yaml`, plus rate-limit, proxy, resolver, SNI, random-agent, redirect, JSON/CSV, and database-output flags. That makes the tool useful both as an interactive CLI and as a stage in automated recon pipelines.

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

httpx is package-nerd significant partly because its name collides with other ecosystems: in security tooling it means ProjectDiscovery's Go reconnaissance probe, while in Python packaging HTTPX is a separate HTTP client. Package-manager metadata has to disambiguate intent by homepage, executable, and description.

It is also a strong example of the modern security CLI package: single-purpose enough to compose in shell pipelines, but broad enough to include JSONL, screenshots, DSL matching, rate limits, and config files for serious scans.

タイムライン

  • 2020: GitHub repository created under ProjectDiscovery.
  • 2025: v1.7.x releases published through GitHub releases.
  • 2026: v1.8.x and v1.9.0 releases published through GitHub releases.
  • 2026: README documents Go installation, active-development warning, and a broad probe/filter/output flag surface.

Related projects

  • ProjectDiscovery retryablehttp-go is named by the README as the HTTP retry library used by httpx.
  • ProjectDiscovery nuclei is a common companion in security scanning workflows, although it is not the same type of HTTP probe.
  • curl and httptap overlap on request timing, but httpx is built for bulk reconnaissance and probe enrichment.
  • Python HTTPX is an unrelated project with a colliding package name in some Linux package-manager metadata.

ソース

  • GitHub releases supply the 2025 and 2026 release timeline.
  • GitHub repository metadata supplies the creation date, description, homepage, license, and popularity signal.
  • Homebrew and input package-manager metadata support cross-package-manager availability and name-collision notes.
  • The README supplies the security-recon purpose, retryablehttp dependency, feature list, install command, config path, flags, output modes, and active-development warning.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:http

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
~/.config/httpx/config.yaml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
httpx実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版1.10.0
マネージャ更新日2026-07-25
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:httpx
バージョン1.10.0
パッケージマネージャHomebrew
ホームページhttps://github.com/projectdiscovery/httpx
リポジトリhttps://github.com/projectdiscovery/httpx
最終更新2026-07-25T20:56:30-04:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

python3-httpx 0.28.1-1

next generation HTTP client

https://www.python-httpx.org/

sudo apt install python3-httpx
  • Section: python
  • Architecture: all
  • Source Package: httpx
  • 8 依存関係
  • normalized package name match
  • 一致条件: Httpx
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-httpx from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

httpx

nix profile install nixpkgs#httpx
  • normalized package name match
  • 一致条件: Httpx
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ht/httpx/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

python3-httpx 0.26.0-2

next generation HTTP client

https://www.python-httpx.org/

sudo apt install python3-httpx
  • Section: universe/python
  • Architecture: all
  • Source Package: httpx
  • 9 依存関係
  • normalized package name match
  • 一致条件: Httpx
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-httpx from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

httpx 1.9.0-r3

A fast and multi-purpose HTTP toolkit that allows running multiple probes.

https://docs.projectdiscovery.io/tools/httpx

sudo apk add httpx
  • License: MIT
  • Architecture: x86_64
  • Source Package: httpx
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Httpx
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: httpx from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

httpx-doc 1.9.0-r3

A fast and multi-purpose HTTP toolkit that allows running multiple probes. (documentation)

https://docs.projectdiscovery.io/tools/httpx

sudo apk add httpx-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: httpx
  • normalized package name match
  • 一致条件: Httpx
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: httpx-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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