Skip to content

書籍『ハッキング・ラボのつくりかた 仮想環境におけるハッカー体験学習』で使用する仮想マシン

License

Notifications You must be signed in to change notification settings

h6yaken/hacking-lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Hacking Lab

書籍『ハッキング・ラボのつくりかた 仮想環境におけるハッカー体験学習』で使用する仮想マシンです。

必要なもの

使い方

vagrant-vbguest プラグインを取り込む

vagrant-vbguest プラグインを入れておくと仮想マシンに自動で VirtualBox Guest Additions をインストールしてくれるので便利です。 下記コマンドでプラグインをインストールします。

$ vagrant plugin install vagrant-vbguest

Windows 10 の box イメージを用意する

Windows 10 の box イメージを下記から入手します。

https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/

イメージを解凍して取り込みます。

$ unzip MSEdge.Win10.Vagrant.zip
$ vagrant box add EdgeOnWindows10.box --name windows10

起動

3 つの仮想マシンを起動することができます。

$ vagrant up kali               # Kali Linux
$ vagrant up windows10          # Windows 10
$ vagrant up metasploitable     # Metasploitable

ログイン ID とパスワードは次のとおりです。

OS ログイン ID パスワード
Kali Linux vagrant vagrant
Windows 10 IEUser Passw0rd!
Metasploitable vagrant vagrant

About

書籍『ハッキング・ラボのつくりかた 仮想環境におけるハッカー体験学習』で使用する仮想マシン

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published