Cara Install Metasploit di Windows 10
Langkah-langkah untuk menginstal Metasploit pada Windows 10 menggunakan Subsistem Windows untuk Linux :
- Aktifkan Mode Pengembang.
"Enable Developer Mode."
1.1. Jalankan Windows PowerShell dengan hak istimewa administrator.
"Run Windows PowerShell with administrator privileges."
1.2. Jalankan perintah berikut:
"Run the following command:"PS C:\WINDOWS\system32> reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowDevelopmentWithoutDevLicense" /d "1"
1.3. Jalankan perintah ini juga:
"Run this command too:"
PS C:\WINDOWS\system32> reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock" /t REG_DWORD /f /v "AllowAllTrustedApps" /d "1" - Aktifkan Subsistem Windows untuk Linux.
"Enable Windows Subsystem for Linux"
2.1 Buka PowerShell sebagai Administrator dan jalankan:
"Open PowerShell as Administrator and run:"
PS C:\WINDOWS\system32> DISM /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux - Reboot.
- Ketik "bash" di cmd untuk masuk ke Windows Subsystem for Linux dan buat password baru untuk user anda.
"Type "bash" at cmd line to get into Windows Subsystem for Linux and create a new password for your user." - Install Metasploit.
test@Desktop:/mnt/c$ curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
ka, kok saya gak bisa install metasplit nya ka, "dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem" ada gini ka
ReplyDelete