LoginSignup
11
15

More than 5 years have passed since last update.

Mac に Security Tool を Install してみる

Last updated at Posted at 2012-12-26

Install するもの

Network Scanner,Packet Capture,Exploit Search...etc

では、以下具体的なインストール手順を見ていきます。

必要なものなどの Install

まず、必要なもの、あると便利なものをインストールしていきます。これらは、Tool の Download や Install を簡単にしてくれます。

1. Xcode の Install

AppStore にて XcodeSearch し Download and Install する

2. Homebrew の Install

/usr/bin/ruby -e "$(/usr/bin/curl -fksSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"

3. Git の Install

brew install git

Security Tool の Install

次に、各種 Security Tool を Install していきます。

brew install nmap
brew install metasploit
brew install aircrack-ng
brew install wireshark

各種 Security Tool の使い方、その他の情報は こちら よりお願いします。

以上は test のため @PSP_T が書きました。

11
15
2

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
11
15