Package Details: nessus 10.8.3-1

Git Clone URL: https://aur.archlinux.org/nessus.git (read-only, click to copy)
Package Base: nessus
Description: Nessus vulnerability scanner
Upstream URL: https://www.tenable.com/downloads/nessus
Keywords: scanner security vulnerability
Licenses: custom
Submitter: r4um
Maintainer: noraj
Last Packager: noraj
Votes: 71
Popularity: 0.002806
First Submitted: 2007-03-11 15:14 (UTC)
Last Updated: 2024-09-12 19:58 (UTC)

Pinned Comments

noraj commented on 2022-05-30 21:23 (UTC) (edited on 2023-10-30 18:09 (UTC) by noraj)

⚠️⚠️⚠️

When the download link is dead just report as outdated, it's not an error it's just a new version is available.

⚠️⚠️⚠️

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 19 Next › Last »

noraj commented on 2019-03-24 14:36 (UTC)

I changed of file hoster and direct download link provider, you should now have unlimited download speed and not daily quota.

noraj commented on 2019-02-23 15:56 (UTC)

@larrybowgensloth Please do not use this form (out of date flag) to report bugs. Use the package comments instead. Also see the pinned comment.

noraj commented on 2019-02-23 09:08 (UTC)

@sipaktli

curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) ==> ERROR: Failure while downloading https://od.lk/d/OTBfMTc3MDIzMDlf/Nessus-8.2.3-fc20.x86_64.rpm Aborting...

Bandwidth limit has exceeded there is a 1GB daily download limit. If you have a better free host with direct link tell me.

Instead of using a hosting service, which is not even safe or transparent, have people download the file from tenable.

If you read the PKGBUILD, I wrote:

# Note: I had to use a file hoster because Tenable doesn't provide a direct link.

Previous maintainer already tried to make a direct download from Tenable website without success. I you find a way tell me.

<deleted-account> commented on 2019-02-23 09:04 (UTC)

curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1) ==> ERROR: Failure while downloading https://od.lk/d/OTBfMTc3MDIzMDlf/Nessus-8.2.3-fc20.x86_64.rpm Aborting...

Instead of using a hosting service, which is not even safe or transparent, have people download the file from tenable.

noraj commented on 2019-01-22 10:57 (UTC)

I made a PKGBUILD for 8.2.1

# Maintainer: Kenneth Endfinger <kaendfinger@gmail.com>
# Contributor: MattWoelk
# Contributor: xsmile <sascha_r gmx de>
# Contributor: noraj

pkgname=nessus
pkgver=8.1.2
pkgrel=1
pkgdesc="Nessus vulnerability scanner"
arch=('x86_64')
depends=('gnupg')
license=('custom')
url="https://www.tenable.com/products/nessus-home"
install=${pkgname}.install

# Note: I had to use ipfs because I don't want to redistribute the file on a known server.
source=("Nessus-${pkgver}-fc20.x86_64.rpm::https://srv-file1.gofile.io/download/TjwEGw/794347dda814171a935b173d7a6c574f/Nessus-8.1.2-fc20.x86-64.rpm"
        nessus.desktop
        nessus.sh
        LICENSE)

sha256sums=('8217eff0d845973a18b70d7d28ac2c6a13feabbe23eeea9d814142b3e0fb4944'
            '8c5e82d609a7290c34cbfa5635012cb66820e4e2c1db2bf5808fc306fcefdc30'
            '9b8e2c15d86ce7b83806a27bd6685f009ad339f3ea52022b87a75fbd2802ec5a'
            '089073d03bf83e101b50da858348ace6bb2a553ce2249532d6f5d7ed29182dac')

package() {
  install -Dm755 $pkgname.sh "$pkgdir/etc/profile.d/$pkgname.sh"

  mkdir -p "$pkgdir/etc/ld.so.conf.d" "$pkgdir/usr/share" "$pkgdir/opt/nessus" \
           "$pkgdir/usr/lib"

  cp -a usr/lib "$pkgdir/usr"

  # path to libraries
  echo /opt/nessus/lib > "$pkgdir/etc/ld.so.conf.d/nessus.conf"

  # main files
  cp -a opt/nessus/{bin,com,etc,lib,sbin,var} "$pkgdir/opt/nessus"

  # license
  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/nessus/LICENSE"

  # menu entry
  install -Dm644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
}

dront78 commented on 2019-01-14 09:33 (UTC) (edited on 2019-01-14 09:37 (UTC) by dront78)

https://www.tenable.com/downloads/nessus 8.1.2/7.1.4 is available

yochananmarqos commented on 2018-11-07 16:58 (UTC)

The URL is now https://www.tenable.com/products/nessus-home. Nessus.org no longer exists.

kendfinger commented on 2018-08-08 04:16 (UTC)

I have updated it to 7.1.3

After numerous attempts at making a downloader for their obviously intentionally complicated cookie stuff, I decided to host the file on IPFS.

Right now the file has the ipfs ref QmSxr3yEsgP5JvnpyNtb7dfcvCJgqoxh7sDWV2fjPs8ZkZ if anyone would like to assist in hosting it.

kendfinger commented on 2018-08-07 20:55 (UTC)

I am working on updating this now that I own it.

dresan commented on 2018-04-17 06:55 (UTC)

Does it autoupdate properly after the initial install or needs to be updated via AUR?. Thanks!