api
api copied to clipboard
Vulners Python API wrapper
I was reading the documentation here: https://docs.vulners.com/vscanner/ Which mentions installing this library and then running ``` import vulners vulners_api = vulners.VulnersVscanner(api_key="YOUR_API_KEY_HERE") ``` But it keeps saying `VulnersVscanner` isn't in the...
Trying out the v2 API to scan IP's. When I attempt to create a project I get a forbidden url error. Do you know why this would be? `project =...
Hello, I am working in python 2.7 and have successfully installed the vulners package from PyPi. I also created an api key with scope of api. I've tested other examples...
Hello! Do you plan to audit Unix hosts for vulnerabilities by your API?
Hi Please, add ability to notify when the agent is detected vulnerable packege. Alert by email, telegram, etc...
So I have a question, what if I want an exact CVE for a CPE, For example, cpe:/a:apache:http_server:2.2.8 should return one vulnerability because I specified the version. I have no...
Hi, I've encountered an IDE error "Code is unreachable - Pylance" It is caused by [_\_call__ method in Endpoint class](https://github.com/vulnersCom/api/blob/v2.0/vulners/base.py#L426), which just raising RuntimeError. Adding an annotation to it (I...