Skip to content

Instantly share code, notes, and snippets.

@MarkVLK
Created December 16, 2020 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MarkVLK/3e74f5cebbefde56c0e09d273a67dc75 to your computer and use it in GitHub Desktop.
Save MarkVLK/3e74f5cebbefde56c0e09d273a67dc75 to your computer and use it in GitHub Desktop.
Vulnture configuration file
[Vulnerability Data Sources]
# https://tools.cisco.com/security/center/Search.x
Cisco=true
# https://nvd.nist.gov/vuln/data-feeds
NVD=true
# Only support one backend for now, more coming...
[Asset Backends]
DynamoDB=true
# Only support one notification method for now, more coming...
[Notifications]
Email=true
# Filtering notifications to different recipients coming later...
# Comma-separate multiple email recipients
EmailRecipients={"1": {"recipients": "test.recipient@fakesampledomain.com"}}
SMTPServer=smtp.gmail.com
# Email sender
SMTPSender=test.sender@fakesampledomain.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment