「Kali Linux 2.0.0の仮想イメージのダウンロード」の版間の差分
提供: セキュリティ
行20: | 行20: | ||
msfupdate | msfupdate | ||
msfconsole | msfconsole | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | <syntaxhighlight lang="bash"> | ||
+ | root@kali:~# msfupdate | ||
+ | [*] | ||
+ | [*] Attempting to update the Metasploit Framework... | ||
+ | [*] | ||
+ | |||
+ | [*] Checking for updates via the APT repository | ||
+ | [*] Note: expect weekly(ish) updates using this method | ||
+ | [*] Updating to version 4.11.5-2016010401-0kali1~r1u1 | ||
+ | Reading package lists... Done | ||
+ | Building dependency tree | ||
+ | Reading state information... Done | ||
+ | The following packages will be upgraded: | ||
+ | metasploit-framework | ||
+ | 1 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. | ||
+ | Need to get 58.4 MB of archives. | ||
+ | After this operation, 20.2 MB of additional disk space will be used. | ||
+ | Get:1 http://http.kali.org/kali/ sana/main metasploit-framework amd64 4.11.5-2016010401-0kali1~r1u1 [58.4 MB] | ||
+ | 34% [1 metasploit-framework 19.9 MB/58.4 MB 34%] 78.1 kB/s 8min 13s | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== 関連項目 == | == 関連項目 == |
2016年1月11日 (月) 01:40時点における版
Kali Linux とは、ペネトレーションテストに特化したLinux環境です。Kali Linux 2.0.0 は、2015年の9月にリリースされました。
読み方
- Kali Linux
- かーりー りなっくす
概要
Kali Linuxは、VMWare の仮想イメージを配布しています。
古い環境をアップデートしようかと思ったのですが、i386 系を使っていることや、ダウンロードに時間がかかったりするので、仮想イメージをまるごとダウンロードして、AMD64(x64,64ビット)新環境を構築することにしました。
ダウンロードして展開する
Kali-Linux-2.0.0-vm-amd64.7z をダウンロードします。2.46GBなので回線によりますが、1-2時間程度でダウンロードできるのではないでしょうか。 7zip で圧縮されていますので、解凍します。解凍後は、9GB程度です。
使い方
Kali-Linux-2.0.0-vm-amd64.vmx をダブルクリックすれば、VMware が起動し、Kali Linux が起動します。 ユーザ名は root, パスワードは、 toor です。
Metasploit
まず、mfsupdate で Metasploit をアップデートします。
msfupdate msfconsole
root@kali:~# msfupdate [*] [*] Attempting to update the Metasploit Framework... [*] [*] Checking for updates via the APT repository [*] Note: expect weekly(ish) updates using this method [*] Updating to version 4.11.5-2016010401-0kali1~r1u1 Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be upgraded: metasploit-framework 1 upgraded, 0 newly installed, 0 to remove and 139 not upgraded. Need to get 58.4 MB of archives. After this operation, 20.2 MB of additional disk space will be used. Get:1 http://http.kali.org/kali/ sana/main metasploit-framework amd64 4.11.5-2016010401-0kali1~r1u1 [58.4 MB] 34% [1 metasploit-framework 19.9 MB/58.4 MB 34%] 78.1 kB/s 8min 13s