ATTACK-Python-Client icon indicating copy to clipboard operation
ATTACK-Python-Client copied to clipboard

Adding `proxies` and `verify` parameters for TAXII Client

Open thelok opened this issue 1 year ago • 0 comments

Adding proxies and verify parameters to the attack_api.py constructor to programmatically define proxy information. These params will be passed to the TAXII client.

proxies - See https://requests.readthedocs.io/en/latest/user/advanced/#proxies verify - See https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification

These changes should be transparent to those that don't need to use custom proxy or SSL verify functionality.

Fixes #56

thelok avatar Mar 20 '24 17:03 thelok