CiscoPSIRT / openVulnAPI

Documentation and Tools for Cisco's PSIRT openVuln API
https://developer.cisco.com/psirt/
MIT License
102 stars 52 forks source link

Python openVulnQuery does not work in my environment #62

Closed ghost closed 5 years ago

ghost commented 5 years ago

My environment is CentOS7.5 and I installed openVulnQuery in Python2.7.15 created in vurtualenv environment. 1, pip install openVulnQuery 2, make credential.json 3, make API calls via commend below

openVulnQuery --config PathToCredentialsFile --Advisory Type --API Filters --Parsing Fields --Output Format -Count

4, cannot receive expected messages from prompt Could you tell me the way to solve this situation? Sorry about my poor English and insufficient information.

ghost commented 5 years ago

Solved. Because of setting wrong client_id and client _secret, the code didn't work correctly. Sorry for that.