An open API service indexing awesome lists of open source software.

https://github.com/vysecurity/nessus_aarch64_ubuntu


https://github.com/vysecurity/nessus_aarch64_ubuntu

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Install Nessus on Ubuntu with ARM.

```
1) Download the Nessus binary for AARCH64 -> RPM file.
2) Install alien
apt update; apt install alien -y;
3) Make Deb file
alien nessus.rpm --target=arm64 --to-deb
4) Install deb file
dpkg -i nessus.deb