Tenable's Nessus Scanning Engine (auto-building daily)
500K+
Tenable's Nessus Scanner is a vulnerability scanner that looks for known vulnerabilities, malware, configuration issues, etc. both through network inspection of hosts and through authenticated analysis of the host itself. For more information about Nessus, please consult the following links:
The github repository for the build files is located here.
Each image is tagged with the major, minor, and patch releases. The most current image is always tagged as "latest". For the current listing of tags, please refer to the tags tab for a current listing.
docker run -dt \
-e LINKING_KEY={LINKING_KEY}\
-e SCANNER_NAME={SCANNER_NAME}\
--name nessus_scanner
stevemcgrath/nessus_scanner:latest
/opt/nessus/bin and /opt/nessus/sbin have been added to the system $PATH variable.nessus_adduser.exp has been loaded into /usr/bin to facilitate in programmatic user creation when necessary.nessus.sh has been loaded into /usr/bin as a wrapper to configure the Nessus daemon before launch.Yes instead of setting a LICENSE or LINKING_KEY variable.admin.Yes when wanting to run Nessus as a non-privileged user. You should only use this environment variable if you know what you are doing and why you are doing it.nessus.Content type
Image
Digest
Size
208.4 MB
Last updated
almost 6 years ago
docker pull stevemcgrath/nessus_scanner