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
I played with this a bit and I managed to make it work to a certain point. First, yes, the limitation is that this applies only to the SDK. Second, whatever user agent you sent, the boto3 SDK will append at the end "Boto3/Python" or a similar string (can't remember exactly the string value).
This is cool for writing your own scripts, but if you plan to use the tool of others, I would recommend the Burp Suite approach because modifying existing tools might break stuff.
You can override the user-agent (to bypass GuardDuty Kali detections) with the
botocore.config.Config
option.The text was updated successfully, but these errors were encountered: