Package Details: nessus 10.7.2-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: 72
Popularity: 0.68
First Submitted: 2007-03-11 15:14 (UTC)
Last Updated: 2024-04-04 18:35 (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 .. 19 Next › Last »

noraj commented on 2022-01-27 16:25 (UTC)

@kvasthval Thx I added inetutils as makedeps

esh commented on 2022-01-26 23:39 (UTC)

nessus.install spits out an error unless inetutils is installed because it uses its /usr/bin/hostname executable for obtaining the system hostname. A solution could be to use /usr/lib/gettext/hostname instead (on line 48). gettext is required by the "base" group, so it should be available on all Arch systems. This is primarily an issue on newer Arch installations, because Xorg and many other common packages used to depend on inetutils until not too long ago.

TechVio commented on 2021-09-21 04:16 (UTC)

@noraj i made an updated version of PKGBUILD:

# Maintainer: noraj <printf %s 'YWxleGFuZHJlLnphbm5pQGV1cm9wZS5jb20='|base64 -d>
# Contributor: Kenneth Endfinger <kaendfinger@gmail.com>
# Contributor: MattWoelk
# Contributor: xsmile <sascha_r gmx de>

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

source=("nessus-${pkgver}-fc20.x86_64.rpm::https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/14952/download?i_agree_to_tenable_license_agreement=true"
        nessus.desktop
        nessus.sh
        LICENSE)

sha256sums=('4cd26e04f6c33a2e38cdf31a350656fd0b0f4a5d57b9ba23ffa5c82f03fe1061'
            '8c5e82d609a7290c34cbfa5635012cb66820e4e2c1db2bf5808fc306fcefdc30'
            '9b8e2c15d86ce7b83806a27bd6685f009ad339f3ea52022b87a75fbd2802ec5a'
            'd647aedd39d571faa3f1a9906db561eecbd9c41605ba7f562261ffb04877ba26')

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"
}

torusr222 commented on 2021-08-10 19:40 (UTC)

change PKGBUILD lines

pkgver=8.15.1

source=("Nessus-${pkgver}-fc20.x86_64.rpm::https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/13043/download?i_agree_to_tenable_license_agreement=true"

sha256sums=('b97f6f9475774355f421234be8ed52d0d38f16878f3ccb8366212205a4d178d8'


makepkg -si

siryu commented on 2021-07-06 09:09 (UTC)

@brad87 nessuscli update --all will solve your problem :)

brad87 commented on 2021-06-25 06:14 (UTC)

Error 404 while attempting download

zangoku commented on 2021-04-09 06:04 (UTC)

error 404 fails to build

zuzavo commented on 2021-04-03 13:28 (UTC) (edited on 2021-04-03 13:29 (UTC) by zuzavo)

Thanks for the new commit, installed and working fine as always.

zuzavo commented on 2021-04-02 18:49 (UTC)

Hi. Dead link to nessus-8.13.1-fc20.x86_64.rpm

Thanks

peterpan commented on 2020-12-08 12:59 (UTC) (edited on 2020-12-09 09:50 (UTC) by peterpan)

Solution:

Download snapsot from right top panel.

tar -xvf nessus

cd nessus

Now change 3 lines in PKGBUILD:

pkgver=8.13.0

source=("nessus-${pkgver}-fc20.x86_64.rpm::https://www.tenable.com/downloads/api/v1/public/pages/nessus/downloads/12106/download?i_agree_to_tenable_license_agreement=true"

and

sha256sums=('7a500dd432e4272905b7082b4fa688c510e5ac82c00ae4b338eef8cd56577469'

then run:

makepkg -si

all good.