Automic VaultAutomic Vault

brew

nikto を Homebrew, apk, apt, MacPorts, Nix, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install nikto

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install nikto

MacPorts ports tree · www/nikto/Portfile · ソース: api.github.com

Linux

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

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

Debian apt確認済み · 92%
sudo apt install nikto

Debian stable package indexes · nikto · ソース: deb.debian.org

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

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

Arch Linux pacman確認済み · 92%
sudo pacman -S nikto

Arch Linux sync databases · nikto · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Web server scanner

コマンドとエイリアス

  • nikto
  • replay.pl

履歴

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

Nikto is a long-running open source web server scanner aimed at penetration testers, security professionals, and system administrators. Its enduring value is not exploit automation but broad, noisy coverage: identifying dangerous files, outdated server components, common HTTP/server misconfigurations, odd headers, authentication defaults, and other findings that are useful early in web reconnaissance.

プロジェクトの歴史

The project history published in the Nikto wiki says Nikto 1.00 Beta was released on December 27, 2001, followed shortly by a 1.01 bug-fix release. The same history describes the 2.0 release in November 2007 as the result of several years of improvements, with development continuing on GitHub afterward. The wiki also records David Lodge joining and taking project leadership in 2008 while Chris Sullo stepped away, and Sullo rejoining in 2009.

The GitHub repository and cirt.net page show the modern project still centered on the same Perl scanner lineage. The repository lists Nikto 2.6.0 as a release on February 11, 2026, and the project page describes a scanner with updateable scan items/plugins, multiple output formats, false-positive reduction, TLS fingerprinting checks, proxy support, and database/reporting integrations.

採用の歴史

Nikto became part of the standard open-source web assessment toolkit because it is easy to run, has a large body of checks, and is available through mainstream package managers. The project's own history says that within two years of the 2001 beta it had become the most popular freely available web vulnerability scanner; modern adoption is reflected by its GitHub repository visibility and Homebrew packaging.

On 2026-07-01, the Homebrew formula page listed Nikto 2.6.0 with 7,916 installs over 365 days. That is modest compared with language/build tools, but healthy for a focused security scanner that many users run only during audits or lab work.

使われ方

Package nerds usually treat Nikto as a quick web-server coverage pass: install it, run `nikto -h https://target.example`, add ports with `-p`, feed host lists, tune check classes, and export text, JSON, XML, HTML, CSV, SQL, or database-backed reports. The official basic testing docs emphasize host/port scans, URL input, SSL handling, multiple ports, and host files.

In practice it is often paired with nmap and proxy tooling: nmap finds HTTP services, Nikto checks them for common files and server issues, then the output is fed into manual verification or reporting. Its value is breadth and repeatability, not stealth or perfect signal.

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

Nikto is the archetypal packaged Perl web scanner: old, portable, easy to bottle, still useful, and familiar enough that security distributions and package managers keep it around. For av.db, its history matters because it is a source-backed example of a security CLI whose adoption comes from workflow habit and test coverage rather than a fast-moving ecosystem.

タイムライン

  • {'date': '2001-12-27', 'event': 'Nikto 1.00 Beta released.'}
  • {'date': '2007-11', 'event': 'Nikto 2.0 released after several years of improvements.'}
  • {'date': '2008', 'event': 'David Lodge joined and assumed project leadership.'}
  • {'date': '2009', 'event': 'Chris Sullo rejoined the project.'}
  • {'date': '2026-02-11', 'event': 'Nikto 2.6.0 listed as a GitHub release.'}

セキュリティ状態

リスクレベル: yellow

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

リスク分類器

リスク yellow · 信頼度 中 · runtime

理由

  • broad file, network, media, or database tool signal
  • generalized runtime or code generation signal

信号

  • text:repl
  • text:server

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。

推奨レビュー

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

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
./nikto.conf~/nikto.conf/etc/nikto.conf

実行可能ファイル

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

コマンド種類公開範囲メモ
niktocliグローバル実行可能ファイル
replay.plcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-25
マネージャ版2.6.0
マネージャ更新日
ローカルデータOK
上流最新
検出された最新2.6.0

https://github.com/sullo/nikto

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:nikto
バージョン2.6.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/nikto
ホームページhttps://cirt.net/nikto/
リポジトリhttps://github.com/sullo/nikto
上流ドキュメントhttps://cirt.net/Nikto2
ライセンスGPL-3.0-only
ソースアーカイブhttps://github.com/sullo/nikto/archive/refs/tags/2.6.0.tar.gz
macOS 提供ライブラリperl
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namenikto
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

nikto 1:2.1.5-3.1

web server security scanner

http://cirt.net/nikto2

sudo apt install nikto
  • Section: non-free/net
  • Architecture: all
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Nikto
Debian stable package indexes · deb.debian.org · Debian stable package indexes: nikto from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz
Nix95%

nikto

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

nikto 1:2.1.5-3.1

web server security scanner

http://cirt.net/nikto2

sudo apt install nikto
  • Section: multiverse/net
  • Architecture: all
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Nikto
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: nikto from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz
apk95%

nikto 2.6.0-r0

A web application security scanner

https://www.cirt.net/Nikto2

sudo apk add nikto
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: nikto
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Nikto
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: nikto from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

nikto 2.6.0-2

A web server scanner which performs comprehensive tests against web servers for multiple items

https://github.com/sullo/nikto

sudo pacman -S nikto
  • License: GPL-3.0-only
  • Architecture: any
  • 5 依存関係
  • normalized package name match
  • 一致条件: Nikto
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: nikto from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

nikto

sudo port install nikto
  • normalized package name match
  • 一致条件: Nikto
MacPorts ports tree · api.github.com · MacPorts ports tree: www/nikto/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment