I am trying to install nessus for a vulnerability study in Kali linux. Kali is running as a Win-Kex instance from WSL2 on windows 11. I have downloaded Nessus and trying to install with:
sudo dpkg -i Nessus-10.1.2-debian6_amd64.deb
But I am getting error as ...
System has not been booted with systemd as init system (PID 1). Can't operate
Full error is:
[sudo] password for kali:
(Reading database ... 189342 files and directories currently installed.)
Preparing to unpack Nessus-10.1.2-debian6_amd64.deb ...
Unpacking nessus (10.1.2) over (10.1.2) ...
Setting up nessus (10.1.2) ...
Unpacking Nessus Scanner Core Components...
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
- You can start Nessus Scanner by typing /bin/systemctl start nessusd.service
- Then go to https://CLI-WIN-001:8834/ to configure your scanner
I tried to start the service from prompt, but same error:
$ /bin/systemctl start nessusd.service
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down
I tried to start the service using service command but got error there as well as nessusd service not found.
Can anyone help here?