KvasirSecurity / Kvasir

Kvasir: Penetration Test Data Management
Other
424 stars 86 forks source link

Nessus6 API Support #178

Closed grutz closed 8 years ago

grutz commented 8 years ago

This adds support for the Nessus 6 REST API and is based on various code found on Github. Thanks to everyone who has worked on this in the past, especially @jfalken

kvasir.yaml settings to use Nessus 6 include:

nessus:
  servers: [
    server_name: {
      url: 'https://localhost:8834/',
      secret_key: ''',
      access_key: '',
      username: '',
      password: '',
      version: 6,
      verify_ssl: false
    },
  ]

where:

If you use API key, do not set username/password and vice-versa.