Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 605 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 605 Bytes

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