Pages

セキュリティのお勉強① ツールの準備

2012年12月25日火曜日
今更ながら、セキュリティのお勉強がてら、Metasploit 環境を構築し始めた。

今日やったこと


  1. nmap のインストール
  2. metasploit のインストール
  3. postgresql のインストール


事前準備

MacPort がインストールされていることが前提なので、ここここを参照してインストールしてください。

セキュリティ環境の準備

NMapのインストール

sudo port install nmap

Matasploitのインストール

sudo port install metasploit3

PostgreSQLのインストール

sudo port install postgresql92-server


補足


postgresql はいくつかバージョンがあります。
今回は9.2をインストールしていますが、まだ未検証なので、問題が起きたら、今後のブログで報告します。

バージョンの確認

sudo port list | grep postgresql

コマンドを実行した結果(自分の環境)


qt4-mac-postgresql91-plugin    @4.8.4          aqua/qt4-mac-postgresql91-plugin
qt4-mac-postgresql80-plugin    @4.8.4          aqua/qt4-mac-postgresql91-plugin
qt4-mac-postgresql81-plugin    @4.8.4          aqua/qt4-mac-postgresql91-plugin
qt4-mac-postgresql82-plugin    @4.8.4          aqua/qt4-mac-postgresql91-plugin
qt4-mac-postgresql83-plugin    @4.8.4          aqua/qt4-mac-postgresql91-plugin
qt4-mac-postgresql84-plugin    @4.8.4          aqua/qt4-mac-postgresql91-plugin
qt4-mac-postgresql90-plugin    @4.8.4          aqua/qt4-mac-postgresql91-plugin
qt4-mac-postgresql92-plugin    @4.8.4          aqua/qt4-mac-postgresql91-plugin
libzdb-postgresql80            @2.10.5         databases/libzdb-mysql55
libzdb-postgresql81            @2.10.5         databases/libzdb-mysql55
libzdb-postgresql82            @2.10.5         databases/libzdb-mysql55
libzdb-postgresql83            @2.10.5         databases/libzdb-mysql55
libzdb-postgresql84            @2.10.5         databases/libzdb-mysql55
libzdb-postgresql90            @2.10.5         databases/libzdb-mysql55
libzdb-postgresql91            @2.10.5         databases/libzdb-mysql55
libzdb-postgresql92            @2.10.5         databases/libzdb-mysql55
postgresql-devel               @9.1alpha       databases/postgresql-devel
postgresql-server-devel        @9.1alpha       databases/postgresql-server-devel
postgresql-unaccent            @0.1            databases/postgresql-unaccent
postgresql7                    @7.4.24         databases/postgresql7
postgresql80                   @8.0.26         databases/postgresql80
postgresql80-doc               @8.0.26         databases/postgresql80-doc
postgresql80-server            @8.0.26         databases/postgresql80-server
postgresql81                   @8.1.23         databases/postgresql81
postgresql81-doc               @8.1.23         databases/postgresql81-doc
postgresql81-server            @8.1.23         databases/postgresql81-server
postgresql82                   @8.2.23         databases/postgresql82
postgresql82-doc               @8.2.23         databases/postgresql82-doc
postgresql82-server            @8.2.23         databases/postgresql82-server
postgresql83                   @8.3.22         databases/postgresql83
postgresql83-doc               @8.3.22         databases/postgresql83-doc
postgresql83-server            @8.3.22         databases/postgresql83-server
postgresql84                   @8.4.15         databases/postgresql84
postgresql84-doc               @8.4.15         databases/postgresql84-doc
postgresql84-server            @8.4.15         databases/postgresql84-server
postgresql90                   @9.0.11         databases/postgresql90
postgresql90-doc               @9.0.11         databases/postgresql90-doc
postgresql90-server            @9.0.11         databases/postgresql90-server
postgresql91                   @9.1.7          databases/postgresql91
postgresql91-doc               @9.1.7          databases/postgresql91-doc
postgresql91-server            @9.1.7          databases/postgresql91-server
postgresql92                   @9.2.2          databases/postgresql92
postgresql92-doc               @9.2.2          databases/postgresql92-doc
postgresql92-server            @9.2.2          databases/postgresql92-server
postgresql_autodoc             @1.31           databases/postgresql_autodoc
postgresql_select              @0.1            databases/postgresql_select
ocaml-postgresql               @1.18.0         devel/ocaml-postgresql
postgresql-jdbc                @9.1-901        java/postgresql-jdbc
php55-postgresql               @5.5.0alpha1    lang/php
php54-postgresql               @5.4.9          lang/php
php53-postgresql               @5.3.19         lang/php
php5-postgresql                @5.3.19         php/php5-postgresql
py-postgresql                  @1.0.3          python/py-postgresql
py31-postgresql                @1.0.3          python/py-postgresql
py32-postgresql                @1.0.3          python/py-postgresql
py-postgresql-exception        @0.2            python/py-postgresql-exception
py-postgresql-greentrunk       @0.1            python/py-postgresql-greentrunk
py-postgresql-layout           @0.3            python/py-postgresql-layout
py-postgresql-pqueue           @0.1            python/py-postgresql-pqueue
py-postgresql-proboscis        @0.1            python/py-postgresql-proboscis

0 件のコメント:

コメントを投稿