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 volume create nessus_scanner_var
docker run -dt \
-v nessus_scanner_var:/opt/nessus/var/nessus\
-e LINKING_KEY={LINKING_KEY}\
-e SCANNER_NAME={SCANNER_NAME}\
--name nessus_scanner
stevemcgrath/nessus_scanner:latest
NOTE: You must specify either a linking key or a license code.
Content type
Image
Digest
Size
176.4 MB
Last updated
over 8 years ago
docker pull vk496/docker-nessus_scanner