PDA

View Full Version : Windows 10 kali install



checkoutthisnoob
2019-11-21, 16:18
I just recently got kali installed natively on my windows 10 device. Installation went smoothly, dipos are what they should be, and file path has been added to the firewall as an exclusion. My problem is that I download programs fine, but they do not run. I got wireshark to work by the following command.


sudo strip --remove-section=.note.ABI-tag /usr/lib/x86_64-linux-gnu/libQt5Core.so.5




it will also only work in xrdp. Wireshark that is. I have looked everywhere to try and find a solution to this problem. Any help would be appreciated. Thanks!

helge
2019-12-06, 07:54
I've got troubles after last windows update. It worked ok but after this - programs do not run, just like it is wroten above.
I upgrade tis message because I still need help with this trouble.
Please If anyone had such problems - help us.
Thank you.

kirkbartley
2020-08-07, 08:56
wow. i thought that i must use only Linux

abcd567
2020-09-20, 18:31
I have been using Oracle VM on my Windows 8.1 for a long time, and was very satisfied.
When I upgraded to Windows 10, I tried Windows 10's WSL2 to run Linux distributions such as Ubuntu, Kali etc, but found Oracle VM was much better.
I then installed Oracle VM on my Windows 10 machine, and it works great.

https://www.oracle.com/virtualization/technologies/vm/downloads/virtualbox-downloads.html

Downloaded and installed following two packages:

(1) Oracle VM VirtualBox Base Packages
(2) Oracle VM VirtualBox Extension Pack


NOTE:
In Settings >> Network, change default "NAT" to "Bridge Adapter"



SCREENSHOTS

https://i.postimg.cc/0yphrPF8/Kali-4.png





https://i.postimg.cc/L5G6427t/Kali-3.png

clintonm9
2020-10-13, 13:43
I am having the same issue. Anyone know what is going on?

abcd567
2020-10-13, 20:55
Shortcomings of Kali installed on Windows10 through WSL2



abcd-wsl@DESKTOP-1:~$ uname -a
Linux DESKTOP-1 4.19.128-microsoft-standard #1 SMP Tue Jun 23 12:58:10 UTC 2020 x86_64 GNU/Linux

abcd-wsl@DESKTOP-1:~$ cat /etc/os-release
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2020.2"




Shortcoming (1):
USB device plugged into computer is NOT passed-through to Kali.



$ dump1090-fa
Sun Sep 27 19:45:25 2020 EDT dump1090-fa 3.8.1 starting up. rtlsdr: no supported devices found.




Shortcoming (2):
Sytemd / service / init.d missing



$ sudo systemctl status dump1090-fa
System has not been booted with systemd as init system (PID 1). Can't operate.Failed to connect to bus: Host is down

$ sudo service dump1090-fa status
dump1090-fa: unrecognized service

$ sudo /etc/init.d/dump1090-fa status
sudo: /etc/init.d/dump1090-fa: command not found


Installed systemd by following script

DamionGans/ubuntu-wsl2-systemd-script (https://github.com/damionGans/ubuntu-wsl2-systemd-script)


Shortcoming (3):
Both VM and WSL2 cannot coexist on same machine.
Type in the Windows Search bar Windows Features and following window will open. Check / Uncheck features as shown to switch between WSL2 and Oracle VM


Containers
HyperV
Virtual Machine Platform
Windows Hypervisor Platform


https://i.postimg.cc/2ydSz1kL/WSL-and-Oracle-VM.png