# pwntools を Homebrew, apk, Nix, apt, dnf, pacman, zypper, winget, MacPorts でインストール

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

## インストール

```sh
sudo av install brew:pwntools
```

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

### macOS

- Homebrew (100%):

```sh
brew install pwntools
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hex
```

  証拠: MacPorts ports tree: sysutils/hex/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add pwntools
```

  証拠: Alpine Linux edge package indexes: pwntools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#pwntools
```

  証拠: nixpkgs package indexes: pwntools from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- Debian apt (92%):

```sh
sudo apt install python-pwntools-doc
```

  証拠: Debian stable package indexes: python-pwntools-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install checksec
```

  証拠: Fedora Rawhide package metadata: checksec from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S checksec
```

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

- zypper (92%):

```sh
sudo zypper install checksec
```

  証拠: openSUSE Tumbleweed package metadata: checksec from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- winget (92%):

```sh
winget install --id Airesoft.DisAsm -e
```

  証拠: Windows Package Manager source index: Airesoft.DisAsm from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:pwntools
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/pwntools>
- **バージョン:** 4.15.0
- **ソース概要:** CTF framework used by Gallopsled in every CTF
- **ホームページ:** <https://github.com/Gallopsled/pwntools>
- **リポジトリ:** <https://github.com/Gallopsled/pwntools>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://files.pythonhosted.org/packages/f2/5c/9ae3d94c98b0b038ffd7f09ebdac506d346fe1b964999f71c96c8a904efd/pwntools-4.15.0.tar.gz>
- **最終更新:** 2026-06-22T14:06:01-07:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- asm (cli)
- checksec (cli)
- constgrep (cli)
- cyclic (cli)
- debug (cli)
- disablenx (cli)
- disasm (cli)
- elfdiff (cli)
- elfpatch (cli)
- hex (cli)
- libcdb (cli)
- phd (cli)
- pwn (cli)
- pwnstrip (cli)
- scramble (cli)
- shellcraft (cli)
- template (cli)
- unhex (cli)
- asm (エイリアス)
- checksec (エイリアス)
- constgrep (エイリアス)
- cyclic (エイリアス)
- debug (エイリアス)
- disablenx (エイリアス)
- disasm (エイリアス)
- elfdiff (エイリアス)
- elfpatch (エイリアス)
- hex (エイリアス)
- libcdb (エイリアス)
- phd (エイリアス)
- pwn (エイリアス)
- pwnstrip (エイリアス)
- scramble (エイリアス)
- shellcraft (エイリアス)
- template (エイリアス)
- unhex (エイリアス)

## 依存関係

- capstone
- certifi
- cryptography
- libsodium
- python@3.14
- unicorn

## ビルド依存関係

- pkgconf
- rust

## macOS 提供ライブラリ

- libffi

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 4.15.0
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/Gallopsled/pwntools
- 情報: No cached GitHub release or tag data was available.

## セキュリティノート

pwntools に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、パッケージメタデータはここに公開されています。



## 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: ~/.pwn.conf, $XDG_CONFIG_HOME/pwn.conf, /etc/pwn.conf
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** pwntools
- **Version Scheme:** 0
- **Revision:** 9
- **Head Version:** HEAD
- **Conflicts With:** cspice, jena, moreutils
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - python-pwntools-doc - 4.14.1-1: normalized package name match | Debian stable package indexes: python-pwntools-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | CTF framework and exploit development library (documentation) | https://pwntools.com
- Debian apt - python3-pwntools - 4.14.1-1: normalized package name match | Debian stable package indexes: python3-pwntools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | CTF framework and exploit development library | https://pwntools.com
- Nix - pwntools: normalized package name match | nixpkgs package indexes: pwntools from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- Ubuntu apt - python-pwntools-doc - 4.12.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: python-pwntools-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | CTF framework and exploit development library (documentation) | https://pwntools.com
- Ubuntu apt - python3-pwntools - 4.12.0-1: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-pwntools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | CTF framework and exploit development library | https://pwntools.com
- apk - pwntools - 4.15.0-r1: normalized package name match | Alpine Linux edge package indexes: pwntools from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CTF framework and exploit development library | https://github.com/Gallopsled/pwntools#readme
- apk - pwntools-doc - 4.15.0-r1: normalized package name match | Alpine Linux edge package indexes: pwntools-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CTF framework and exploit development library (documentation) | https://github.com/Gallopsled/pwntools#readme
- apk - pwntools-pyc - 4.15.0-r1: normalized package name match | Alpine Linux edge package indexes: pwntools-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Precompiled Python bytecode for pwntools | https://github.com/Gallopsled/pwntools#readme
- MacPorts - hex: installed executable or alias match | MacPorts ports tree: sysutils/hex/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - checksec - 2.6.0-2: installed executable or alias match | Debian stable package indexes: checksec from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Bash script to test executable properties | https://github.com/slimm609/checksec.sh
- Debian apt - libasm-java - 9.8-1: installed executable or alias match | Debian stable package indexes: libasm-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Java bytecode manipulation framework | http://asm.ow2.io
- Nix - checksec: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/ch/checksec/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Nix - hex: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/he/hex/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - checksec - 2.6.0-2: installed executable or alias match | Ubuntu 24.04 LTS package indexes: checksec from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Bash script to test executable properties | https://github.com/slimm609/checksec.sh
- Ubuntu apt - libasm-java - 9.7-1: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libasm-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Java bytecode manipulation framework | http://asm.ow2.io
- apk - hex - 0.7.0-r0: installed executable or alias match | Alpine Linux edge package indexes: hex from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | futuristic take on hexdump | https://github.com/sitkevij/hex


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [python@3.14](https://pkg.so/ja/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [capstone](https://pkg.so/ja/brew/capstone/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [shodan](https://pkg.so/ja/brew/shodan/) - Shares pkgdb curated category or tags: cli, python, security.
- [bandit](https://pkg.so/ja/brew/bandit/) - Shares pkgdb curated category or tags: cli, python, security.
- [pip-audit](https://pkg.so/ja/brew/pip-audit/) - Shares pkgdb curated category or tags: cli, python, security.
- [pdfalyzer](https://pkg.so/ja/brew/pdfalyzer/) - Shares pkgdb curated category or tags: cli, python, security.
- [recon-ng](https://pkg.so/ja/brew/recon-ng/) - Shares pkgdb curated category or tags: cli, python, security.
- [vunnel](https://pkg.so/ja/brew/vunnel/) - Shares pkgdb curated category or tags: cli, python, security.
- [pocsuite3](https://pkg.so/ja/brew/pocsuite3/) - Shares pkgdb curated category or tags: cli, python, security.
- [gnutls](https://pkg.so/ja/brew/gnutls/) - Shares pkgdb curated category or tags: cli, security.
- [cve-bin-tool](https://pkg.so/ja/brew/cve-bin-tool/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, cryptography, python, python-3-14.
- [forbidden](https://pkg.so/ja/brew/forbidden/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, cryptography, python, python-3-14.

## Combined YAML source

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


## ソース

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