Skip to content

Instantly share code, notes, and snippets.

@clod81
Created November 4, 2021 19:22
Show Gist options
  • Save clod81/ffe1240f106cf061a1bd2248938b0d1e to your computer and use it in GitHub Desktop.
Save clod81/ffe1240f106cf061a1bd2248938b0d1e to your computer and use it in GitHub Desktop.
Install and run Nessus 10 on a Raspberry PI witi Kali x64
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