Skip to content

1uffyD9/docker-nessus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-nessus

nessus installation on docker environment

Installation guide

  • git clone https://github.com/1uffyD9/docker-nessus.git && cd docker-nessus
  • Go to this site and download Nessus-***************_amd64.deb (Look for lastest ubuntu 64bit version) and copy that file into current directory and rename it to nessus.deb.
  • Execute the following commands
# chmod +x install.sh
# ./install.sh

Uninstallation guide

  • Go to docker-nessus directory
  • Execute the following commands
# chmod +x uninstall.sh
# ./uninstall.sh