vulnersCom / api

Vulners Python API wrapper
GNU General Public License v3.0
356 stars 60 forks source link

Run audit locally #13

Closed AfterSpencer closed 5 years ago

AfterSpencer commented 5 years ago

I have been able to pull down the data locally, but am not sure how to use it in an offline environment:

Download whole database collection and work with data locally import vulners

vulners_api = vulners.Vulners(api_key="YOUR_API_KEY_HERE") all_cve = vulners_api.archive("cve")

What is the syntax to use a local copy of the data for offline auditing?

vulnersCom commented 5 years ago

Currently there is only one way to audit offline - Vulners commercial on premise installation.

Archive feature is for the integration purposes mostly, to get dataset for local analysis of it.