maldet
VIP Members
-
31/08/2016
-
112
-
103 bài viết
Hướng dẫn cài đặt Metasploit trên Windows 10

Dưới đây là hướng dẫn cài đặt Metasploit trên Windows 10 sử dụng tính năng Windows Subsystem for Linux.
Bước 1: Bật Developer Mode
C:\> reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
Bước 2: Kích hoạt Windows Subsystem for Linux
C:\> DISM /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux
Sau đó restart máy tính.
Bước 3: Gõ bash để vào Windows Subsystem for Linux và tạo mật khẩu mới cho user của bạn
Bước 4: Cài đặt Metasploit
test@Desktop:/mnt/c$ curl https://raw.githubusercontent.com/r...s/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall