You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[**pdns_vulncheck_c2_get**](EndpointsApi.md#pdns_vulncheck_c2_get) | **GET** /pdns/vulncheck-c2 | Retrieve a list of C2 Hostnames
14
14
[**purl_get**](EndpointsApi.md#purl_get) | **GET** /purl | Request vulnerabilities related to a PURL
15
+
[**purls_post**](EndpointsApi.md#purls_post) | **POST** /purls | Request vulnerabilities related to a list of PURLs
15
16
[**rules_initial_access_type_get**](EndpointsApi.md#rules_initial_access_type_get) | **GET** /rules/initial-access/{type} | Retrieve set of initial-access detection rules
16
17
[**tags_vulncheck_c2_get**](EndpointsApi.md#tags_vulncheck_c2_get) | **GET** /tags/vulncheck-c2 | Retrieve a list of C2 IP addresses
17
18
@@ -647,6 +648,87 @@ Name | Type | Description | Notes
647
648
648
649
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Request vulnerabilities related to a list of PURLs
655
+
656
+
Accepts a JSON array of PURLs in the request body and returns a list of vulnerabilities
657
+
658
+
### Example
659
+
660
+
* Api Key Authentication (Bearer):
661
+
662
+
```python
663
+
import vulncheck_sdk
664
+
from vulncheck_sdk.models.render_response_with_metadata_v3controllers_purls_response_data_v3controllers_purls_response_metadata import RenderResponseWithMetadataV3controllersPurlsResponseDataV3controllersPurlsResponseMetadata
665
+
from vulncheck_sdk.rest import ApiException
666
+
from pprint import pprint
667
+
668
+
# Defining the host is optional and defaults to /v3
669
+
# See configuration.py for a list of all supported configuration parameters.
670
+
configuration = vulncheck_sdk.Configuration(
671
+
host="/v3"
672
+
)
673
+
674
+
# The client must configure the authentication and authorization parameters
675
+
# in accordance with the API server security policy.
676
+
# Examples for each auth method are provided below, use the example that
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
from vulncheck_sdk.models.render_response_with_metadata_v3controllers_purls_response_data_v3controllers_purls_response_metadata import RenderResponseWithMetadataV3controllersPurlsResponseDataV3controllersPurlsResponseMetadata
16
+
17
+
#TODO update the JSON string below
18
+
json ="{}"
19
+
# create an instance of RenderResponseWithMetadataV3controllersPurlsResponseDataV3controllersPurlsResponseMetadata from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments