Created
November 4, 2021 19:22
-
-
Save clod81/ffe1240f106cf061a1bd2248938b0d1e to your computer and use it in GitHub Desktop.
Install and run Nessus 10 on a Raspberry PI witi Kali x64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dpkg --add-architecture armhf | |
sudo apt update | |
sudo apt-get install libc6:armhf libncurses5:armhf libstdc++6:armhf | |
sudo dpkg -i --force-architecture Nessus-10.x-raspberrypios_armhf.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment