LoginSignup
0
0

Macにnetdiscoverをインストールする

Posted at

そんなに難しくない

↑ちゃんとMac用のインストール手順が書いてある

インストール手順

brew install cmake libpcap libnet
git clone https://github.com/alexxy/netdiscover.git
cd netdiscover
cmake .
make
make install

次にパスを通してあげる。

# ~/.zshrc
export PATH="/usr/local/sbin:$PATH"

.zshrcを再読み込み

source ~/.zshrc

実行

sudo netdiscover

これでとりあえず実行できる

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0