Cài VMware lên Kali Linux

zEpEr

Wh------
25/02/2015
1
53 bài viết
Cài VMware lên Kali Linux
Hầu hết các hướng dẫn trên mạng đều là cài Kali Linux trên vmware , nhưng ngược lại việc cài vmware trên kali linux ( kali linux được cài trên ổ cứng ) không dễ tí nào , hôm nay em xin chia sẻ cách làm cho ai chưa biết @@

Ta cần có VMware (bản mới nhất 11 dùng tốt hơn hẳn) (http://www.vmware.com/products/workstation/workstation-evaluation?downloadGroup=WKST-1005-LX)
-sau khi tải xong việc cài đặt ai cũng biết rồi , mở terminal tại nơi chứa file vừa tải xuống (VMware-Workstation-Full-11.1.0-2496824.x86_64.bundle)
Mã:
#chmod +x VMware-Workstation-Full-11.1.0-2496824.x86_64.bundle
#./VMware-Workstation-Full-11.1.0-2496824.x86_64.bundle

Việc cài đặt giống như trên windows , next > next > next > finish
Key nếu cần : 1F04Z-6D111-7Z029-AV0Q4-3AEH8

Sau khi cài xong , mở lên thấy ngay 2 thông báo :
14899399422.png
14899399421.png

==' khởi đầu không tốt mấy , nó bắt nạp kernel header 3.18 , trong khi thời điểm hiện tại đã ra kernel 3.2.0.4 , vậy thì phải cài lên 3.2.0.4 thoy

-update source.list (/etc/apt/sources.list) : mở file này theo đường dẫn vừa rồi , Ctrl+A > Del và dán những dòng sau vào :
Mã:
deb http://ftp.us.debian.org/debian stable main contrib non-free
deb-src http://ftp.us.debian.org/debian stable main contrib non-free

deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free
deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
deb-src http://security.debian.org/ wheezy/updates main contrib non-free

mở terminal và tiến hành update :
Mã:
#apt-get update

đợi xíu , rồi bắt đầu cài kernel
Mã:
root@PC:~# apt-cache search linux-headers
linux-headers-3.2.0-4-all - All header files for Linux 3.2 (meta-package)
linux-headers-3.2.0-4-all-amd64 - All header files for Linux 3.2 (meta-package)
linux-headers-3.2.0-4-amd64 - Header files for Linux 3.2.0-4-amd64
linux-headers-3.2.0-4-common - Common header files for Linux 3.2.0-4
linux-headers-3.2.0-4-common-rt - Common header files for Linux 3.2.0-4-rt
linux-headers-3.2.0-4-rt-amd64 - Header files for Linux 3.2.0-4-rt-amd64
linux-headers-2.6-amd64 - Header files for Linux amd64 configuration (dummy package)
linux-headers-amd64 - Header files for Linux amd64 configuration (meta-package)
linux-headers-rt-amd64 - Header files for Linux rt-amd64 configuration (meta-package)
root@PC:~# apt-get install linux-headers-3.2.0-4-amd64
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  linux-headers-3.2.0-4-common linux-kbuild-3.2
The following NEW packages will be installed:
  linux-headers-3.2.0-4-amd64 linux-headers-3.2.0-4-common linux-kbuild-3.2
0 upgraded, 3 newly installed, 0 to remove and 131 not upgraded.
Need to get 4,455 kB of archives.
After this operation, 21.0 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://security.debian.org/ wheezy/updates/main linux-headers-3.2.0-4-common amd64 3.2.65-1+deb7u2 [3,590 kB]
Get:2 http://ftp.us.debian.org/debian/ stable/main linux-kbuild-3.2 amd64 3.2.17-1 [238 kB]
Get:3 http://security.debian.org/ wheezy/updates/main linux-headers-3.2.0-4-amd64 amd64 3.2.65-1+deb7u2 [626 kB]
Fetched 4,455 kB in 10s (405 kB/s)                                             
Selecting previously unselected package linux-headers-3.2.0-4-common.
(Reading database ... 316680 files and directories currently installed.)
Unpacking linux-headers-3.2.0-4-common (from .../linux-headers-3.2.0-4-common_3.2.65-1+deb7u2_amd64.deb) ...
Selecting previously unselected package linux-kbuild-3.2.
Unpacking linux-kbuild-3.2 (from .../linux-kbuild-3.2_3.2.17-1_amd64.deb) ...
Selecting previously unselected package linux-headers-3.2.0-4-amd64.
Unpacking linux-headers-3.2.0-4-amd64 (from .../linux-headers-3.2.0-4-amd64_3.2.65-1+deb7u2_amd64.deb) ...
Setting up linux-headers-3.2.0-4-common (3.2.65-1+deb7u2) ...
Setting up linux-kbuild-3.2 (3.2.17-1) ...
Setting up linux-headers-3.2.0-4-amd64 (3.2.65-1+deb7u2) ...
root@PC:~# apt-cache search linux-image
alsa-base - ALSA driver configuration files
linux-headers-3.2.0-4-amd64 - Header files for Linux 3.2.0-4-amd64
linux-headers-3.2.0-4-rt-amd64 - Header files for Linux 3.2.0-4-rt-amd64
linux-image-3.2.0-4-amd64 - Linux 3.2 for 64-bit PCs
linux-image-3.2.0-4-amd64-dbg - Debugging symbols for Linux 3.2.0-4-amd64
linux-image-3.2.0-4-rt-amd64 - Linux 3.2 for 64-bit PCs, PREEMPT_RT
linux-image-3.2.0-4-rt-amd64-dbg - Debugging symbols for Linux 3.2.0-4-rt-amd64
linux-image-2.6-amd64 - Linux for 64-bit PCs (dummy package)
linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package), PREEMPT_RT
nvidia-kernel-3.2.0-4-amd64 - NVIDIA binary kernel module for Linux 3.2.0-4-amd64
linux-image-3.18.0-kali1-amd64 - Linux 3.18 for 64-bit PCs
linux-image-amd64 - Linux for 64-bit PCs (meta-package)
root@PC:~# apt-get install linux-image-3.2.0-4-amd64
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  linux-doc-3.2 debian-kernel-handbook
The following NEW packages will be installed:
  linux-image-3.2.0-4-amd64
0 upgraded, 1 newly installed, 0 to remove and 131 not upgraded.
Need to get 23.4 MB of archives.
After this operation, 106 MB of additional disk space will be used.
Get:1 http://security.debian.org/ wheezy/updates/main linux-image-3.2.0-4-amd64 amd64 3.2.65-1+deb7u2 [23.4 MB]
Fetched 23.4 MB in 56s (413 kB/s)                                              
Preconfiguring packages ...
Selecting previously unselected package linux-image-3.2.0-4-amd64.
(Reading database ... 325535 files and directories currently installed.)
Unpacking linux-image-3.2.0-4-amd64 (from .../linux-image-3.2.0-4-amd64_3.2.65-1+deb7u2_amd64.deb) ...
Examining /etc/kernel/preinst.d/
run-parts: executing /etc/kernel/preinst.d/intel-microcode 3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64
Setting up linux-image-3.2.0-4-amd64 (3.2.65-1+deb7u2) ...
Running depmod.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.18.0-kali1-amd64
Found initrd image: /boot/initrd.img-3.18.0-kali1-amd64
Found linux image: /boot/vmlinuz-3.2.0-4-amd64
Found initrd image: /boot/initrd.img-3.2.0-4-amd64
 No volume groups found
done

Dài dòng quá :D :
Mã:
#apt-get install linux-headers-3.2.0-4-amd64
#apt-get install linux-image-3.2.0-4-amd64

ok khởi động lại máy chọn kernel 3.2.0.4 ở màn hình GRUB bootloader
mở Vmware lên và xem thành quả :
14899399423.jpg
14899399424.jpg

Đã xong , việc cần làm là lên https://www.modern.ie/en-us/virtualization-tools#downloads kiếm 1 bản win về quẩy thôi
Chúc anh em có những giờ phút vui vẻ bên máy tính của mình , mọi thắc mắc xin liên hệ morderator :D
 
Mời các bạn tham gia Group WhiteHat để thảo luận và cập nhật tin tức an ninh mạng hàng ngày.
Lưu ý từ WhiteHat: Kiến thức an ninh mạng để phòng chống, không làm điều xấu. Luật pháp liên quan
  • Thích
Reactions: nktung
Anh em cho hoi, cai vmware tren kali linux sau khi khoi dong vmware thi bi loi nhu the nay. mong anh em chi giup sua loi tren nhu the nao. Thanks all
Xin loi vi minh chua cai duoc bo go Tieng Viet.

1.png
2.png
3.png
 
Chỉnh sửa lần cuối:
Mời các bạn tham gia Group WhiteHat để thảo luận và cập nhật tin tức an ninh mạng hàng ngày.
Lưu ý từ WhiteHat: Kiến thức an ninh mạng để phòng chống, không làm điều xấu. Luật pháp liên quan
Comment
Mình không thấy bạn mô tả quá trình cài đặt của bạn nên mình không biết bạn cài có đúng không.
Mình hướng dẫn bạn nên làm theo clip dưới đây. Clip này cài VMWare WorkStation 12 trên bản Kali Linux 2016.2.
Note: Chạy dưới quyền của user root nhé :D :D. Chúc bạn thành công
 
Mời các bạn tham gia Group WhiteHat để thảo luận và cập nhật tin tức an ninh mạng hàng ngày.
Lưu ý từ WhiteHat: Kiến thức an ninh mạng để phòng chống, không làm điều xấu. Luật pháp liên quan
Comment
một thời cũng khổ sở cài vmware trên kali :)) toàn phải lên stackover mò :D
 
Mời các bạn tham gia Group WhiteHat để thảo luận và cập nhật tin tức an ninh mạng hàng ngày.
Lưu ý từ WhiteHat: Kiến thức an ninh mạng để phòng chống, không làm điều xấu. Luật pháp liên quan
Comment
Bên trên