Skip to content

kherrett/dockerscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dockerscripts

These scripts should be set as the ENTRYPOINT in a dockerfile. The resulting image can then be run as a container, and you may pass values as defined below.

nessus.sh will configure a Nessus Scanner to connect to Nessus Cloud.

Usage:

docker run -e host='host' port='port' key='key' scanner_name='scanner_name' -d 'image'

If default values are left, it will connect my Nessus Cloud account on port 443 with a random scanner name in the format 'Acme Corp Scanner [0-1000]'

nessus_agent.sh will configure a Nessus Agent to connect to Nessus Cloud.

Usage:

docker run -e host='host' port='port' key='key' agent_name='agent_name' -d 'image'

If default values are left, it will connect my Nessus Cloud account on port 443 with a random agent name in the format 'Acme Corp Agent [0-1000]'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages