Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vergissberlin/example-nessus
The Tenable Nessus is a vulnerability scanner that can be used to scan for vulnerabilities in your network. This example shows how to run Nessus in a container.
https://github.com/vergissberlin/example-nessus
docker-compose example nessus-scanner vulnerability-scanners
Last synced: 6 days ago
JSON representation
The Tenable Nessus is a vulnerability scanner that can be used to scan for vulnerabilities in your network. This example shows how to run Nessus in a container.
- Host: GitHub
- URL: https://github.com/vergissberlin/example-nessus
- Owner: vergissberlin
- License: apache-2.0
- Created: 2024-08-20T14:58:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T08:36:08.000Z (2 months ago)
- Last Synced: 2024-10-09T19:41:12.990Z (28 days ago)
- Topics: docker-compose, example, nessus-scanner, vulnerability-scanners
- Homepage:
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Nessus Essentials
The Tenable Nessus is a vulnerability scanner that can be used to scan for vulnerabilities in your network. This example shows how to run Nessus in a container.
![Nessus Essentials Dashboard](./docs/dashboard.png)
## Prerequisites
1. Docker
2. Create a Nessus Key on## Start with Docker cli
You can find more detailed information on the Nessus documentation page: .
### Run Nessus Vulnerability Scanner
Run with Docker Compose:
```bash
docker compose up -d
```Run with Docker cli:
```bash
docker run --name "nessus-scanner" -d -p 8834:8834 -e USERNAME=admin -e PASSWORD=admin -e AUTO_UPDATE=all tenable/nessus:latest-ubuntu
```## Configure Nessus Essentials
1. Open your browser and navigate to .
2. Select "Essentials" and click "Continue".
3. Enter your name and email address and click "Continue".
4. Copy and save the activation code and click "Continue".
5. Enter credentials and click "Continue"
6. **Wait up to 30 minutes** for the scanner to be activated.
7. Start your first scan.