https://github.com/vysecurity/nessus_aarch64_ubuntu
https://github.com/vysecurity/nessus_aarch64_ubuntu
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vysecurity/nessus_aarch64_ubuntu
- Owner: vysecurity
- Created: 2021-10-17T04:26:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T04:30:34.000Z (over 4 years ago)
- Last Synced: 2025-06-04T08:23:45.691Z (12 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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