carnal0wnage / weirdAAL

WeirdAAL (AWS Attack Library)
773 stars 92 forks source link

proxy support #30

Closed carnal0wnage closed 6 years ago

carnal0wnage commented 6 years ago

boto3 will supposedly support a proxy...might be nice to support this for evasion

carnal0wnage commented 6 years ago

For now will probably just mention in the docs to use a VPN if you dont want your IP logged

carnal0wnage commented 6 years ago

good news boto3 will pick it up from os variables i'm gonna add commented out line in weirdaal.py to show how to use a transparent proxy and update the wiki

carnal0wnage commented 6 years ago

os.environ['HTTPS_PROXY'] = 'https://127.0.0.1:8888'

carnal0wnage commented 6 years ago

https://github.com/carnal0wnage/weirdAAL/commit/194bf3389af14f667c3a62aeaee1d2733dce949f