#author("2025-04-15T02:54:34+00:00","default:iseki","iseki")
** ZMap [#i1b2bc5f]

**** IPv4 空間の高速ネットワークスキャナ [#l634b0eb]
- URL
-- https://zmap.io/
-- https://github.com/zmap/zmap
-- https://github.com/zmap/zmap/blob/master/INSTALL.md

*** Install (CentOS8) [#u5fb71ea]
**** 必要なライブラリ [#xb30b308]
- byacc コマンド(yum install byacc)
- [[json-c]]
- [[gengetopt]] (Command line option parsing for C)
-- makeinfo コマンド([[texinfo]])
- [[GMP]] (任意精度演算用ライブラリ)
- [[libunistring]] (Unicode用ライブラリ)
- [[libpcap]]

**** 本体 [#pdf2ed36]
 git clone https://github.com/zmap/zmap.git
 cd zmap
 mkdir build
 cd build
 cmake ..
 make -j4
 make install

*** 設定 [#k9d9a244]
- /etc/ld.so.conf に /usr/local/lib64 を追加.ldconfig を実行.
- /usr/local/sbin にコマンドパスを通す.



トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS